diff --git a/prism/etc/scripts/prism-auto b/prism/etc/scripts/prism-auto index 8c8e79eb..fda3d6db 100755 --- a/prism/etc/scripts/prism-auto +++ b/prism/etc/scripts/prism-auto @@ -340,7 +340,7 @@ def benchmark(file, args, dir=""): logging.debug("Benchmarking: " + file + ", " + str(args)) # Add extra arguments from command line, if applicable args = addExtraArgs(args) - # Expand output files to full paths + # Expand input/output files to full paths args = expandFilenames(args, dir) # Determine which out files apply to this benchmark from the -export switches (if required)