bug in fixme code
This commit is contained in:
parent
adcd2664a7
commit
bebbeade8d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def parseCondition(condition):
|
|||
exclude = True
|
||||
else:
|
||||
exclude = False
|
||||
if key == 'subscribed':
|
||||
if k == 'subscribed':
|
||||
print "FXIME, subscribed needs work"
|
||||
k = 'public'
|
||||
v = True
|
||||
|
|
Loading…
Reference in a new issue