Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelzwiers committed Jun 24, 2024
1 parent 29944de commit 7ed6564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bidscoin/bidsapps/slicereport.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ def slicer_append(inputimage: Path, operations: str, outlineimage: Path, mainopt
jt.jobName = 'slicereport'
jt.outputPath = f"{os.getenv('HOSTNAME')}:{workdir}/{jt.jobName}.out"
jobid = pbatch.runJob(jt)
LOGGER.info(f"Your slicereport job has been submitted with ID: {jobid}")
pbatch.deleteJobTemplate(jt)
LOGGER.info(f"Your slicereport job has been submitted with ID: {jobid}")

else:
LOGGER.bcdebug(f"Command: {command}")
Expand Down

0 comments on commit 7ed6564

Please sign in to comment.