diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-27 17:07:33 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-27 17:07:33 +0200 |
commit | a33d8062833d1bfec4777145cc484c1d6b9e141f (patch) | |
tree | 7d815f80cdcced2d36144b9b71760278d29ed007 /module/debug.py | |
parent | locale fixes (diff) | |
download | pyload-a33d8062833d1bfec4777145cc484c1d6b9e141f.tar.xz |
some automatic fixes
Diffstat (limited to 'module/debug.py')
-rw-r--r-- | module/debug.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/debug.py b/module/debug.py index f3d8ad5cb..8d1ddd3d0 100644 --- a/module/debug.py +++ b/module/debug.py @@ -75,7 +75,7 @@ def initReport(): elif line == "CONFIG:": dest = None - if dest != None: + if dest is not None: dest.append(line) |