diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 17:08:33 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-10-19 18:12:10 +0200 |
commit | 4f56801e9737e1f9201ea5e2d1f23f759d65d437 (patch) | |
tree | 912a7bbf58c45e6f1859bd3d8ba43d61cea3fe53 /webmap-download | |
parent | e61fd88fe81363d8f84e8f9c42b52c64314c4286 (diff) |
Add layers from Svenska Kraftnät (SvK).
Diffstat (limited to 'webmap-download')
-rwxr-xr-x | webmap-download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webmap-download b/webmap-download index fc5ceee..917f178 100755 --- a/webmap-download +++ b/webmap-download @@ -194,7 +194,7 @@ if __name__ == '__main__': cache = source.get('cache', None) dest = None if cache is None else cache.get('path', None) if dest is None: - raise Exception('Impossible') + continue dest = str(dest) # convert from Path() if dest in downloads: |