We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e19a6b commit 735345aCopy full SHA for 735345a
1 file changed
jconfig/jconfig.py
@@ -36,7 +36,7 @@ def load(self):
36
try:
37
with open(self._filename, 'r') as f:
38
settings = json.load(f)
39
- except FileNotFoundError:
+ except IOError:
40
settings = {}
41
42
settings.setdefault(self._section, {})
0 commit comments