Skip to content

Instantly share code, notes, and snippets.

@prologic
Created October 25, 2014 22:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/d37aae48cd9cf8bb9e28 to your computer and use it in GitHub Desktop.
Save prologic/d37aae48cd9cf8bb9e28 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
$ python Application.py
Traceback (most recent call last):
File "Application.py", line 219, in <module>
application = startup()
File "Application.py", line 211, in startup
component_list = EnumBuiltinComponents(Application, 'lib')
File "Application.py", line 49, in EnumBuiltinComponents
module = __import__('EventLog')
File "/home/prologic/tmp/py3k-cardmailer/lib/EventLog.py", line 150
yield self.call(SwitchEventSource( log_channel ))
SyntaxError: 'return' with argument inside generator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment