@@ -18,7 +18,7 | |||||
18 | No newline at end of file |
|
18 | ||
19 | def save(self): No newline at end of file |
|
19 | def save(self): | |
20 | #filename = "%s.txt" % (self.setFilename()) |
|
20 | #filename = "%s.txt" % (self.setFilename()) | |
No newline at end of file |
|
21 | filename = "%s.abs" % (self.exp_name) No newline at end of file | ||
21 | filename = "%s.txt" % (self.exp_name) No newline at end of file |
|
|||
22 | final_path = os.path.join(self.path, filename) No newline at end of file |
|
22 | final_path = os.path.join(self.path, filename) | |
23 | self.saveFile(final_path) No newline at end of file |
|
23 | self.saveFile(final_path) | |
24 | filesize = os.path.getsize(final_path) No newline at end of file |
|
24 | filesize = os.path.getsize(final_path) |
General Comments 0
You need to be logged in to leave comments.
Login now