Skip to content

Commit

Permalink
master/worker_db: set default value for archive
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 19, 2016
1 parent 5d184f8 commit 6aa13fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/master/worker_db.py
Original file line number Diff line number Diff line change
@@ -221,7 +221,7 @@ def mutate(self, key, index, value):
index = slice(*index)
setitem(target, index, value)

def get(self, key, archive):
def get(self, key, archive=False):
if key in self.local:
return self.local[key]
else:

0 comments on commit 6aa13fb

Please sign in to comment.