-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dang Ly
committed
Nov 18, 2024
1 parent
bb52d08
commit 9eb67e1
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). | ||
# For commercial use, please contact Rapiddweller at [email protected] to obtain a commercial license. | ||
# Full license text available at: http://creativecommons.org/licenses/by-nc-sa/4.0/ | ||
|
||
import traceback | ||
import uuid | ||
from pathlib import Path | ||
|
||
|
@@ -72,6 +72,7 @@ def parse_and_execute(self) -> None: | |
raise e | ||
except Exception as err: | ||
logger.exception("Error in DATAMIMIC process. Error message: {err}") | ||
traceback.print_exc() | ||
raise err | ||
|
||
def capture_test_result(self) -> dict | None: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters