Skip to content

Commit

Permalink
black & flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kikislater committed Sep 20, 2024
1 parent 228baa3 commit e37db74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/management/commands/sync_geonode_maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def sync_geonode_maps(ignore_errors,
remove_duplicate_links(map)
if updatebbox:
print("Regenerating BBOX...")
map.compute_bbox()
map.compute_bbox()

Check warning on line 59 in geonode/geoserver/management/commands/sync_geonode_maps.py

View check run for this annotation

Codecov / codecov/patch

geonode/geoserver/management/commands/sync_geonode_maps.py#L58-L59

Added lines #L58 - L59 were not covered by tests
except (Exception, RuntimeError):
map_errors.append(map.title)
exception_type, error, traceback = sys.exc_info()
Expand Down

0 comments on commit e37db74

Please sign in to comment.