Skip to content

Commit

Permalink
fix trackback print exc bug (#2865)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms authored Jan 6, 2021
1 parent 82a56e1 commit 1647482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/index_ref_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test(self):
try:
check_call(script_args)
except CalledProcessError as e:
traceback.print_exc(e)
traceback.print_exc()
raise e
return test

Expand Down

0 comments on commit 1647482

Please sign in to comment.