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 0be2275 commit 7135fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bidscoin/bidsapps/slicereport.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def slicer_append(inputimage: Path, operations: str, outlineimage: Path, mainopt
with drmaasession() as pbatch:
jt = pbatch.createJobTemplate()
jt.jobEnvironment = os.environ
jt.remoteCommand = script
jt.remoteCommand = str(script)
jt.nativeSpecification = cluster
jt.joinFiles = True
jt.jobName = 'slicereport'
Expand Down

0 comments on commit 7135fb2

Please sign in to comment.