Skip to content

Commit d530e0f

Browse files
authored
fixes #102 -- failing docs build (#103)
- hotfix for failing docs build
1 parent 6da7fc1 commit d530e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csep/utils/plots.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def plot_catalog(catalog, ax=None, show=False, extent=None, set_global=False, pl
682682

683683

684684
bbox = catalog.get_bbox()
685-
if plot_args['region_border']:
685+
if region_border:
686686
try:
687687
bbox = catalog.region.get_bbox()
688688
except AttributeError:

0 commit comments

Comments
 (0)