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.

_______________________________________________
Mailing list: https://launchpad.net/~keryx
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~keryx
More help   : https://help.launchpad.net/ListHelp

Reply via email to