Skip to content

Commit

Permalink
Improve logging #31
Browse files Browse the repository at this point in the history
  • Loading branch information
chrwm committed Jan 5, 2023
1 parent 1772885 commit 72fae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oem2orm/oep_oedialect_oem2orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def api_updateMdOnTable(metadata, token=None):
schema = getTableSchemaNameFromOEM(metadata)[0]
table = getTableSchemaNameFromOEM(metadata)[1]

logging.info(f"Update metadata: {table}")
logging.info(f"Update metadata on table: {table}")
api_action = setupApiAction(schema, table, token)
resp = requests.post(api_action.dest_url, json=metadata, headers=api_action.headers)
if resp.status_code == 200:
Expand Down

0 comments on commit 72fae2b

Please sign in to comment.