Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Clean up non-terminal exception #439

Open
cmc333333 opened this issue Jun 26, 2016 · 0 comments
Open

Clean up non-terminal exception #439

cmc333333 opened this issue Jun 26, 2016 · 0 comments

Comments

@cmc333333
Copy link
Member

I think this occurs when requesting a layer that returns a 404.

Traceback (most recent call last):
  File "/opt/python/3.5.0/lib/python3.5/threading.py", line 923, in _bootstrap_inner
    self.run()
  File "/opt/python/3.5.0/lib/python3.5/threading.py", line 871, in run
    self._target(*self._args, **self._kwargs)
  File "/home/travis/build/eregs/regulations-site/regulations/generator/generator.py", line 60, in one_layer
    version)
  File "/home/travis/build/eregs/regulations-site/regulations/generator/generator.py", line 107, in get_layer_json
    layer_json = dict(newer_layer)  # copy
TypeError: 'NoneType' object is not iterable
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant