Dolda2000 GitWeb
/
coe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef6415d
)
bin: Fixed context-less load().
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 19 Jan 2022 12:53:40 +0000
(13:53 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 19 Jan 2022 12:53:40 +0000
(13:53 +0100)
coe/bin.py
patch
|
blob
|
blame
|
history
diff --git
a/coe/bin.py
b/coe/bin.py
index
e965a79
..
e603ff8
100644
(file)
--- a/
coe/bin.py
+++ b/
coe/bin.py
@@
-292,4
+292,4
@@
class decoder(object):
return self.loadtagged(fp, tag)
def load(fp):
- decoder().load(fp)
+
return
decoder().load(fp)