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.
1 parent a3579e4 commit 6a26b96Copy full SHA for 6a26b96
src/arguments/api_test.py
@@ -74,7 +74,7 @@ def enter_data_payload(cls):
74
try:
75
data = json.loads(data)
76
except Exception as exception_obj:
77
- print("Unable to load the data, please try again \n")
+ print(f"Unable to load the data due to {exception_obj}, please try again \n")
78
cls.enter_data_payload()
79
elif store == 2:
80
data = cls.read_data_from_file()
0 commit comments