Skip to content

Commit

Permalink
fixes #102 -- failing docs build (#103)
Browse files Browse the repository at this point in the history
- hotfix for failing docs build
  • Loading branch information
wsavran authored Mar 24, 2021
1 parent 6da7fc1 commit d530e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csep/utils/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def plot_catalog(catalog, ax=None, show=False, extent=None, set_global=False, pl


bbox = catalog.get_bbox()
if plot_args['region_border']:
if region_border:
try:
bbox = catalog.region.get_bbox()
except AttributeError:
Expand Down

0 comments on commit d530e0f

Please sign in to comment.