Skip to content

Commit

Permalink
new configs
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Nov 7, 2017
1 parent 873724c commit 0dd37f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quorum/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def confs(name, value):
config_g[name] = value

def confr(name):
if not name in config_g: return
del config_g[name]

def confd():
Expand Down

0 comments on commit 0dd37f8

Please sign in to comment.