Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Sep 25, 2024
1 parent 7ce209e commit 3e6dd40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ and custom ports will be used.
record_id = line_as_dict.get("RECORD_ID")
info = sz_engine.add_record(data_source, record_id, line, SzEngineFlags.SZ_WITH_INFO)
print(info)
except G2Exception as err:
except SzError as err:
print(f"\nError:\n{err}\n")

```
Expand Down

0 comments on commit 3e6dd40

Please sign in to comment.