Skip to content

Instantly share code, notes, and snippets.

@pieter
Created August 24, 2008 11:25
Show Gist options
  • Save pieter/6978 to your computer and use it in GitHub Desktop.
Save pieter/6978 to your computer and use it in GitHub Desktop.
invalid syntax (GitLink.py, line 3)
args = ('invalid syntax', ('/srv/moinwiki/git/data/plugin/macro/GitLink.py', 3, 10, ' return "<!-- GitLink[" + entry + "] " + description.lstrip() + " -->" + "\\n" + \\\n'))
filename = '/srv/moinwiki/git/data/plugin/macro/GitLink.py'
lineno = 3
msg = 'invalid syntax'
offset = 10
print_file_and_line = None
text = ' return "<!-- GitLink[" + entry + "] " + description.lstrip() + " -->" + "\\n" + \\\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment