X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=chemins.py;h=24a76debbed7920f74e162bcf5b709efa696c1cf;hp=237487461774bc42af334901a8d9bdca0ff04e8c;hb=4dc1de2e438378f357bcbb2fd8cf0075e0bdcd55;hpb=3679aeef83bdbe6c0fadaf9d2d7127d4cd52e4d2 diff --git a/chemins.py b/chemins.py index 2374874..24a76de 100644 --- a/chemins.py +++ b/chemins.py @@ -21,9 +21,9 @@ class PathOut : self.analyse = analyse_type #self.dirout = self.mkdirout(dirout) if dirout is not None: - self.dirout = dirout + self.dirout = os.path.abspath(dirout) elif filename is not None and dirout is None: - self.dirout = self.directory + self.dirout = os.path.abspath(self.directory) self.d = {} def mkdirout(self) :