Skip to content

Commit

Permalink
Fix bug that prevented saving files
Browse files Browse the repository at this point in the history
the print() created problems, not clear why...
  • Loading branch information
hugoledoux committed Dec 1, 2021
1 parent a1a6507 commit 7c1b1de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cjio/cjio.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ def saver(cm):
# except:
# pass

print(cm)

utils.print_cmd_status("Saving CityJSON to a file %s" % output['path'])
try:
fo = click.open_file(output['path'], mode='w')
Expand Down

0 comments on commit 7c1b1de

Please sign in to comment.