Skip to content

Commit

Permalink
added new upload name to info message on the file lister page
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsarik committed Dec 19, 2017
1 parent 332d311 commit c931189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/customers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4308,6 +4308,7 @@ def files_lister(request):

####################### write log file
files_lister_log.write('LOAD FILE: {0}\n'.format(str(file_name)))
files_lister_log.write('NEW FILE NAME: {0}\n'.format(str(new_file_name)))
files_lister_log.write('\n')
#######################

Expand All @@ -4331,7 +4332,7 @@ def files_lister(request):
handle_uploaded_file(request.FILES['test_data'],
path_test_data)

calculation_aoi, upload_file, error = uploadFile(request, data_set, file_name,\
calculation_aoi, upload_file, error = uploadFile(request, data_set, new_file_name,\
path_ftp_user, path_kml_user, absolute_kml_url)

# print '!!!!!!!!!!!!!!! calculation_aoi ===================== ', calculation_aoi
Expand Down

0 comments on commit c931189

Please sign in to comment.