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
|
exclude = True
|
||||||
else:
|
else:
|
||||||
exclude = False
|
exclude = False
|
||||||
if key == 'subscribed':
|
if k == 'subscribed':
|
||||||
print "FXIME, subscribed needs work"
|
print "FXIME, subscribed needs work"
|
||||||
k = 'public'
|
k = 'public'
|
||||||
v = True
|
v = True
|
||||||
|
|
Loading…
Reference in a new issue