Guest User

Untitled

a guest
Jan 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/var/local/env-allura/bin/paster", line 8, in <module>
  3. load_entry_point('PasteScript==1.7.3', 'console_scripts', 'paster')()
  4. File "/var/local/env-allura/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 84, in run
  5. invoke(command, command_name, options, args[1:])
  6. File "/var/local/env-allura/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 123, in invoke
  7. exit_code = runner.run(args)
  8. File "/var/local/env-allura/lib/python2.6/site-packages/PasteScript-1.7.3-py2.6.egg/paste/script/command.py", line 218, in run
  9. result = self.command()
  10. File "/var/local/allura/Allura/allura/command/script.py", line 19, in command
  11. exec fp in ns
  12. File "../scripts/compact-tickets.py", line 69, in <module>
  13. main()
  14. File "../scripts/compact-tickets.py", line 56, in main
  15. gbl.last_ticket_num = ticket.ticket_num
  16. UnboundLocalError: local variable 'ticket' referenced before assignment
Add Comment
Please, Sign In to add comment