Skip to content

Commit

Permalink
append, not overwrite cutlist log file.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlFK committed Jan 11, 2017
1 parent f7e8b74 commit 375c699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-cut-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def main():
help='Hostname of voctocore')
p.add_argument('--port', type=int, default=9999,
help='Port to connect to, on voctocore')
p.add_argument('--file', type=argparse.FileType('w'),
p.add_argument('--file', type=argparse.FileType('a'),
help='Filename to write cuts to')
args = p.parse_args()

Expand Down

0 comments on commit 375c699

Please sign in to comment.