Advertisement
Guest User

welcome.py: syntax error

a guest
Oct 13th, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Zoran@Zoran-PC ~/Documents/GitHub/core (master)
  2. $ python pwb.py welcome -help -lang:sr
  3. Traceback (most recent call last):
  4. File "pwb.py", line 263, in <module>
  5. if not main():
  6. File "pwb.py", line 256, in main
  7. run_python_file(filename, [filename] + args, argvu, file_package)
  8. File "pwb.py", line 120, in run_python_file
  9. exec(compile(source, filename, "exec", dont_inherit=True),
  10. File ".\scripts\welcome.py", line 336
  11. 'zh': u'\n*{{User|%s}} ' + timeselected,
  12. ^
  13. SyntaxError: invalid syntax
  14. CRITICAL: Closing network session.
  15. <class 'SyntaxError'>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement