bug in fixme code

This commit is contained in:
j 2011-01-11 15:51:23 +05:30
parent adcd2664a7
commit bebbeade8d

View file

@ -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