Skip to content

Commit

Permalink
added log for the call Remap script
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Dec 12, 2017
1 parent 8e51ef6 commit 1c579aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/editor_shapefiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,8 @@ def create_new_calculations_aoi(customer, doc_kml, data_set, *args):
now = datetime.now()
remap_script.write('DATE: {0}\n'.format(str(now)))
remap_script.write('USER: {0}\n'.format(customer))
remap_script.write('=== COMMAND LINE ====================\n'
remap_script.write('COMMAND LINE: {0}\n'.format(command_line_remap))
remap_script.write('=== ERR ====================\n'
remap_script.write('ERR: {0}\n'.format(err))
remap_script.write('=== OUT ====================\n'
Expand Down

0 comments on commit 1c579aa

Please sign in to comment.