Skip to content

Commit

Permalink
Fixing touch command for space paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dpinney committed Feb 13, 2024
1 parent 46519c2 commit 889a734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omf/solvers/reopt_jl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def install_reopt_jl(system : list = platform.system()):
os.system(command)
build_julia_image()
if os.path.isfile(f'{thisDir}/reopt_jl.so'):
os.system(f'touch {thisDir}/instantiated.txt')
os.system(f'touch "{thisDir}/instantiated.txt"')
print("reopt_jl installation completed successfully")
else:
print("error: reopt_jl.so not found")
Expand Down

0 comments on commit 889a734

Please sign in to comment.