Skip to content

Commit

Permalink
improve message to users. Fix #5126 (#5130)
Browse files Browse the repository at this point in the history
  • Loading branch information
belforte authored Dec 8, 2021
1 parent b79c77b commit dfec8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/CRABClient/Commands/preparelocal.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __call__(self):
else:
self.logger.info("Copying an preparing files for local execution in %s" % self.options.destdir)
self.prepareDir(inputArgs, self.options.destdir)
self.logger.info("Use 'sh run_job.sh NUMJOB' to execute the job")
self.logger.info("go to that directory IN A CLEAN SHELL and use 'sh run_job.sh NUMJOB' to execute the job")
finally:
os.chdir(cwd)
shutil.rmtree(tmpDir)
Expand Down

0 comments on commit dfec8a5

Please sign in to comment.