vatlab / sos

SoS workflow system for daily data analysis
http://vatlab.github.io/sos-docs
BSD 3-Clause "New" or "Revised" License
269 stars 45 forks source link

Write offending script to stderr (#i530) #1533

Closed BoPeng closed 5 months ago

BoPeng commented 5 months ago

1530

gaow commented 5 months ago
************* 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.