Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed May 8, 2024
1 parent bba8893 commit 95b0bc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arches/app/etl_modules/jsonld_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ def handle_early_failure(self, exception, graph_slug, block):
error_message=exception_message,
operation="insert",
)
breakpoint()
ls.clean_fields()
ls.save()

Expand Down Expand Up @@ -273,7 +272,7 @@ def save_to_tiles(self, cursor, userid, loadid):
error_saving_tiles = None

# Disable the tile triggers early, because below we wrap resource
# deletion in a transaction. Avoids "pending triger events..." error.
# deletion in a transaction. Avoids "pending trigger events..." error.
disable_tile_triggers(cursor, loadid)

try:
Expand Down

0 comments on commit 95b0bc5

Please sign in to comment.