Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpearce committed May 31, 2017
1 parent 6188d49 commit d0cf727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/libs/client/copyprocess.py
Expand Up @@ -38,7 +38,7 @@ def begin(self, jobId, total, source, target):
self.handler.begin(jobId, total, URL(source), URL(target))

def end(self, jobId, results):
if 'success' in results:
if 'status' in results:
results['status'] = XRootDStatus(results['status'])
if self.handler:
self.handler.end(jobId, results)
Expand Down

0 comments on commit d0cf727

Please sign in to comment.