Skip to content
Snippets Groups Projects
Commit 289b23d5 authored by Christoph.Knote's avatar Christoph.Knote
Browse files

Added write method for output files.

parent 803d5ea4
No related branches found
No related tags found
No related merge requests found
......@@ -276,7 +276,8 @@ class Output(object):
'''
with open(self.fpath, 'rb') as i:
for line in i:
f.write(i)
f.write(line)
def copy(self, target_path):
'''
Copy output file to target_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment