changeset 33:91319ae21a16 draft

Putting full path of file into an informational message.
author trinity_ctat
date Thu, 25 Oct 2018 10:37:06 -0400
parents 9b7dc7d09fda
children 9009e1a12afd
files data_manager/add_ctat_resource_lib.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager/add_ctat_resource_lib.py	Thu Oct 25 10:31:19 2018 -0400
+++ b/data_manager/add_ctat_resource_lib.py	Thu Oct 25 10:37:06 2018 -0400
@@ -602,7 +602,7 @@
     elif (extraction_success_filename in orig_files_in_destination):
         # The archive was successfully extracted before so we do not do it again.
         print "The extraction success file exists, so no new extraction was attempted:"
-        print "\t{:s}".format(extraction_success_filename)
+        print "\t{:s}".format(extraction_success_full_file_path)
         print "Remove the success file or set <force new extraction> if you want a new extraction to occur."
     else:
         print "extract_archive(): This code should never be printed. Something is wrong."