keryx team mailing list archive
-
keryx team
-
Mailing list archive
-
Message #00095
Re: [Merge] lp:~mac9416/keryx/devel into lp:keryx/devel
Review: Needs Fixing
I just ran ./keryx.py sam create and received:
Traceback (most recent call last):
File "./keryx.py", line 12, in <module>
import libkeryx
File "/home/jayhawk/sandbox/keryx/1.0/merge/devel/libkeryx/__init__.py", line 41
return '<gen_table('%s, %s, %s, %s')>' % (self.project, \
^
SyntaxError: invalid syntax
For the __repr__ methods, the return lines have single-quotes for the '<...>' so the inner quotes need to be a double-quote or else the '<...>' needs to be "<...>"
--
https://code.launchpad.net/~mac9416/keryx/devel/+merge/10067
Your team Keryx Development Team is subscribed to branch lp:keryx/devel.
Follow ups
References