Skip to content

Commit

Permalink
Fix flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 30, 2021
1 parent c9d7a3c commit 35e04ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def write_bundled_files(name, files, bundle_dir, explicit_dir=None, ext=None):
except Exception:
try:
map_response = requests.get(map_file, verify=False)
except Exception as e:
except Exception:
map_response = None
bundle_path = os.path.join(*os.path.join(*bundle_file.split('//')[1:]).split('/')[1:])
obj_dir = explicit_dir or model_name
Expand Down

0 comments on commit 35e04ea

Please sign in to comment.