We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tried submitting a job which had an Path-object in the arguments list, but failed with:
TypeError: sequence item 1: expected str instance, PosixPath found in:
TypeError: sequence item 1: expected str instance, PosixPath found
ert/src/ert/scheduler/local_driver.py
Line 68 in 91310f9
If we skip the logging the underlying functionality does the right thing with the Path-object and the job is called as expected.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened? (You can include a screenshot if it helps explain)
Tried submitting a job which had an Path-object in the arguments list, but failed with:
TypeError: sequence item 1: expected str instance, PosixPath found
in:
ert/src/ert/scheduler/local_driver.py
Line 68 in 91310f9
If we skip the logging the underlying functionality does the right thing with the Path-object and the job is called as expected.
What did you expect to happen?
No response
steps to reproduce
Environment where bug has been observed
The text was updated successfully, but these errors were encountered: