We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d103547 + 5f532ec commit 9cff2afCopy full SHA for 9cff2af
src/avalara/ava_logger.py
@@ -46,7 +46,7 @@ def wrapper(*args, **kwargs):
46
raise e
47
finally:
48
total_execution_time = time.perf_counter() - execution_start_time
49
- if ava_log_entry["execution_time"] is None:
+ if "execution_time" not in ava_log_entry:
50
ava_log_entry["execution_time"] = total_execution_time * 1000
51
json_data = json.dumps(ava_log_entry, indent=4)
52
if is_error_log:
0 commit comments