-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Special treatment empty POSIXPath
parameters
#731
Conversation
Along with oda-hub/nb2workflow#229 |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #731 +/- ##
==========================================
+ Coverage 62.18% 62.31% +0.12%
==========================================
Files 50 51 +1
Lines 9151 9170 +19
==========================================
+ Hits 5691 5714 +23
+ Misses 3460 3456 -4 ☔ View full report in Codecov by Sentry. |
Following oda-hub/nb2workflow#229 with this PR, we set a default value for the POSIXPath parameters in the case this is not included in the request. This is, because we want to avoid the situation described in esg-epfl-apc/galaxy#4 (comment) |
@@ -4,6 +4,7 @@ | |||
from . import empty_development_instrument | |||
from . import empty_async_return_progress_instrument | |||
from . import empty_instrument_with_conf | |||
from . import empty_instrument_with_posix_path |
Check notice
Code scanning / CodeQL
Unused import Note
} | ||
|
||
p_file_path = DispatcherJobState.create_p_value_file(p_value=6) | ||
list_file = open(p_file_path) |
Check warning
Code scanning / CodeQL
File is not always closed Warning test
cdci_data_analysis/plugins/dummy_plugin/empty_instrument_with_posix_path.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title of the PR may be updated to better reflect what are changes finally
POSIXPath
parameters
No description provided.