Dolda2000 GitWeb
/
automanga.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70ac0b4
)
Fixed Python3 bug.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 31 Dec 2015 03:35:17 +0000
(
04:35
+0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Thu, 31 Dec 2015 03:35:17 +0000
(
04:35
+0100)
manga/profile.py
patch
|
blob
|
blame
|
history
diff --git
a/manga/profile.py
b/manga/profile.py
index
ecfb354
..
cc0a4a1
100644
(file)
--- a/
manga/profile.py
+++ b/
manga/profile.py
@@
-256,7
+256,7
@@
class profile(object):
raise KeyError("no such manga: (%s, %s)" % (libnm, id))
while True:
try:
- fp = openwdir(pj(self.dir, "%i.manga" % seq), "
w
x")
+ fp = openwdir(pj(self.dir, "%i.manga" % seq), "x")
except IOError:
seq += 1
else: