# HG changeset patch # User trinity_ctat # Date 1540478226 14400 # Node ID 91319ae21a1655a3e1e0a7007237caa401907eba # Parent 9b7dc7d09fdaa2869b5cf45871eb16ecdadf41e5 Putting full path of file into an informational message. diff -r 9b7dc7d09fda -r 91319ae21a16 data_manager/add_ctat_resource_lib.py --- 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 if you want a new extraction to occur." else: print "extract_archive(): This code should never be printed. Something is wrong."