projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec8f177
)
* Partial revert of last commit.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Fri, 21 May 2021 15:00:16 +0000
(17:00 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Fri, 21 May 2021 15:00:16 +0000
(17:00 +0200)
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index 51e1d5bbb77740bee202efa0dc919c8ae17ecfdb..fe134441b898cc08e420baa3b403ecc418f2aebf 100755
(executable)
--- a/
ffpreview.py
+++ b/
ffpreview.py
@@
-295,7
+295,7
@@
class ffConfig:
return cls.set(cfg)
@classmethod
- def load_cfgfile(cls, cfg
=cls.cfg, fname=cls.cfg['conffile']
, vo=1):
+ def load_cfgfile(cls, cfg
, fname
, vo=1):
fconf = ConfigParser(allow_no_value=True, defaults=cfg)
try:
cf = fconf.read(fname)