Skip to content

Commit

Permalink
remove duplicate io (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasu Jaganath <vasu.jaganath@axleinfo.com>
  • Loading branch information
vjaganat90 and Vasu Jaganath authored Jul 18, 2024
1 parent 1d532bf commit b7e3a39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sophios/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,11 @@ def main() -> None:
sys.exit(1)
rose_tree = compiler_info.rose
rose_tree = plugins.cwl_prepend_dockerFile_include_path_rosetree(rose_tree)
io.write_to_disk(rose_tree, Path('autogenerated/'), True, args.inputs_file)

if args.partial_failure_enable:
rose_tree = plugins.cwl_update_outputs_optional_rosetree(rose_tree)
io.write_to_disk(rose_tree, Path('autogenerated/'), True, args.inputs_file)

io.write_to_disk(rose_tree, Path('autogenerated/'), True, args.inputs_file)

if args.graphviz:
if shutil.which('dot'):
Expand Down

0 comments on commit b7e3a39

Please sign in to comment.