Skip to content

Commit

Permalink
Minor fix for Fujitsu TCS (#817)
Browse files Browse the repository at this point in the history
minor bug fix for Fujitsu TCS adapter
  • Loading branch information
mnakao authored Nov 13, 2023
1 parent 0b7f44e commit f579018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ood_core/job/adapters/fujitsu_tcs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def submit(script, after: [], afterok: [], afternotok: [], afterany: [])
args.concat ["-X"] if script.copy_environment?

# Set native options
args.concat script.native[0].split if script.native
args.concat script.native if script.native

# Set content
content = if script.shell_path.nil?
Expand Down

0 comments on commit f579018

Please sign in to comment.