Skip to content

Instantly share code, notes, and snippets.

@alikins
Created October 13, 2009 15:44
Show Gist options
  • Save alikins/209289 to your computer and use it in GitHub Desktop.
Save alikins/209289 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: Failure: SyntaxError ('continue' not properly in loop (test.py, line 67))
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/nose/loader.py", line 364, in loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.6/site-packages/nose/importer.py", line 84, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/home/adrian/src/rho/test.py", line 67
continue
SyntaxError: 'continue' not properly in loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment