projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3679aee
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 3 Nov 2014 08:56:51 +0000
(09:56 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 3 Nov 2014 08:56:51 +0000
(09:56 +0100)
chemins.py
patch
|
blob
|
history
diff --git
a/chemins.py
b/chemins.py
index
2374874
..
24a76de
100644
(file)
--- 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) :