Skip to content

Commit

Permalink
--wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Adams committed Dec 28, 2017
1 parent c1dfb22 commit 402f5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clamm/__init__.py
Expand Up @@ -16,7 +16,7 @@ def get_config():
try:
with open(get_config_path()) as fptr:
config = json.load(fptr)
except OSError:
except IOError:
print("Run config init, using empty config for now...")
config = {}

Expand Down

0 comments on commit 402f5f7

Please sign in to comment.