Skip to content
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

Write offending script to stderr (#i530) #1533

Merged
merged 5 commits into from
Feb 4, 2024
Merged

Write offending script to stderr (#i530) #1533

merged 5 commits into from
Feb 4, 2024

Conversation

BoPeng
Copy link
Contributor

@BoPeng BoPeng commented Feb 4, 2024

@gaow
Copy link
Member

gaow commented Feb 4, 2024

************* Module sos.tasks
src/sos/tasks.py:518:29: E0601: Using variable 'result' before assignment (used-before-assignment)
src/sos/tasks.py:520:29: E0601: Using variable 'signature' before assignment (used-before-assignment)
************* Module sos.eval
src/sos/eval.py:511:0: C0303: Trailing whitespace (trailing-whitespace)
************* Module sos.singularity.client
src/sos/singularity/client.py:335:0: W1404: Implicit string concatenation found in list (implicit-str-concat)

These are some issues reported by pylint.

@BoPeng BoPeng merged commit 88e10e4 into master Feb 4, 2024
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants