Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
klbostee committed Mar 3, 2009
1 parent 379a21b commit 15a0d4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/python/dumbo.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ def __getitem__(self, key):
return counter

def __setitem__(self, key, value):
if value:
raise RuntimeError("assigning to counters is not allowed")
pass


class MapRedBase(object):
Expand Down

0 comments on commit 15a0d4c

Please sign in to comment.