Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "emulator.py", line 20, in <module>
  3. import g
  4. File "/home/anthony/bin/rep/Redfish-Interface-Emulator/g.py", line 22, in <module>
  5. app = Flask('asdf')
  6. File "/home/anthony/.local/lib/python3.8/site-packages/flask/app.py", line 556, in __init__
  7. self.add_url_rule(
  8. File "/home/anthony/.local/lib/python3.8/site-packages/flask/app.py", line 64, in wrapper_func
  9. return f(self, *args, **kwargs)
  10. File "/home/anthony/.local/lib/python3.8/site-packages/flask/app.py", line 1214, in add_url_rule
  11. self.url_map.add(rule)
  12. File "/home/anthony/.local/lib/python3.8/site-packages/werkzeug/routing.py", line 1386, in add
  13. rule.bind(self)
  14. File "/home/anthony/.local/lib/python3.8/site-packages/werkzeug/routing.py", line 730, in bind
  15. self.compile()
  16. File "/home/anthony/.local/lib/python3.8/site-packages/werkzeug/routing.py", line 794, in compile
  17. self._build = self._compile_builder(False).__get__(self, None)
  18. File "/home/anthony/.local/lib/python3.8/site-packages/werkzeug/routing.py", line 945, in _compile_builder
  19. code = compile(module, "<werkzeug routing>", "exec")
  20. TypeError: required field "type_ignores" missing from Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement