Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MockMan/resources/UpdateMockData.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ def writeJsonMock(self, method_type):
f.write(json.dumps(json_data))
f.close()
return { "status": True }
except Exception as e:
print(e)
except Exception as exception:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is a test review comment!

print(exception)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another test comment.

return { "status": False }