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 13, 2017
1 parent 1c579aa commit d08c340
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/editor_shapefiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,13 @@ 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 ====================\n')
remap_script.write('COMMAND LINE: {0}\n'.format(command_line_remap))
remap_script.write('=== ERR ====================\n'
remap_script.write('=== ERR ====================\n')
remap_script.write('ERR: {0}\n'.format(err))
remap_script.write('=== OUT ====================\n'
remap_script.write('=== OUT ====================\n')
remap_script.write('OUT: {0}\n'.format(output))
remap_script.write('=============================\n'
remap_script.write('=============================\n')
remap_script.close()
#######################

Expand Down

0 comments on commit d08c340

Please sign in to comment.