Attention is currently required from: dexter.
2 comments:
File pySim-shell.py:
Patch Set #1, Line 227: if (self.card):
I think in python you don't usually put parenthesis around a single condition in an if statement, see "if new == True:" above.
Patch Set #1, Line 257: if (data):
same here. "if data:" should do the trick.
To view, visit change 28163. To unsubscribe, or for help writing mail filters, visit settings.