Skip to content

Commit 6a26b96

Browse files
committed
Fix codacy issues
1 parent a3579e4 commit 6a26b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arguments/api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def enter_data_payload(cls):
7474
try:
7575
data = json.loads(data)
7676
except Exception as exception_obj:
77-
print("Unable to load the data, please try again \n")
77+
print(f"Unable to load the data due to {exception_obj}, please try again \n")
7878
cls.enter_data_payload()
7979
elif store == 2:
8080
data = cls.read_data_from_file()

0 commit comments

Comments
 (0)