pythonSubmit.py does not treat fully-qualified grid filenames and fully-qualified logfile-definitions filenames correctly #600
Labels
bug
Something isn't working
severity_minor
This bug is not very severe
urgency_low
This issue is not urgent
Describe the bug
pythonSubmit.py does not treat fully-qualified grid filenames and fully-qualified logfile-definitions filenames correctly - it adds CWD even though the filename is already fully-qualified.
Label the issue
urgency_low
- This issue is not urgentseverity_minor
- This is a minor bug with minimal impactTo Reproduce
Specify 'grid = /dirname/gridfilename.txt' in pythonSubmit.py
pythonSubmit.py will prepend the grid filename with the CWD, which then causes COMPAS to fail (file not found)
Expected behavior
Don't add CWD to grid filename or logfile-definitions file if already fully-qualified
Screenshots
If applicable, add screenshots to help explain your problem.
Versioning (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: