summaryrefslogtreecommitdiffstats
path: root/pyload/datatype/File.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 10:21:32 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-13 10:21:32 +0200
commiteca20b701c411046e7ededb0462b310124ce3c18 (patch)
treec5eb36261cfc935f001b816f28f15d1f5afbf7e0 /pyload/datatype/File.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-eca20b701c411046e7ededb0462b310124ce3c18.tar.xz
Cleanup + fixup + new lib
Diffstat (limited to 'pyload/datatype/File.py')
-rw-r--r--pyload/datatype/File.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/datatype/File.py b/pyload/datatype/File.py
index 0445e8089..0dadbd7f8 100644
--- a/pyload/datatype/File.py
+++ b/pyload/datatype/File.py
@@ -101,7 +101,7 @@ class PyFile(object):
def setStatus(self, status):
self.status = statusMap[status]
- self.sync() # @TODO needed aslong no better job approving exists
+ self.sync() #@TODO: needed aslong no better job approving exists
def setCustomStatus(self, msg, status="processing"):
self.statusname = msg