diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-06 20:18:07 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-06 20:18:07 +0100 |
| commit | 94027c61b19f47bc27ac324a1745ff4d29797126 (patch) | |
| tree | dc7df1ee95f99afd4ab318968f6a160af21fb66b | |
| parent | 596ee7f64662dd94f1a21967f15d451bad969a2e (diff) | |
| download | joblib-94027c61b19f47bc27ac324a1745ff4d29797126.tar.gz joblib-94027c61b19f47bc27ac324a1745ff4d29797126.zip | |
fixed UnboundLocalError
| -rw-r--r-- | worker.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ class Worker(object): # nothing to do continue + error = None for jobid, payload, priority in jobs: try: self._execute_job(jobid, payload, priority) |
