##// END OF EJS Templates
- Corregido el formato del archivo abs cuando se exporta.
jsalyrosas -
r157:158
parent child
Show More
@@ -18,7 +18,7
18 18 No newline at end of file
19 19 def save(self): No newline at end of file
20 20 #filename = "%s.txt" % (self.setFilename())
21 No newline at end of file
21 filename = "%s.txt" % (self.exp_name) No newline at end of file
22 22 final_path = os.path.join(self.path, filename) No newline at end of file
23 23 self.saveFile(final_path) No newline at end of file
24 24 filesize = os.path.getsize(final_path) No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now