Skip to content

Commit

Permalink
fix print_exception function call
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ferreira authored Aug 30, 2023
1 parent 1806039 commit 3cc8923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvalidators/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ async def run_forward():

except Exception as e:
bt.logging.error("Error in training loop", str(e))
bt.logging.debug(print_exception(value=e))
bt.logging.debug(print_exception(type(err), err, err.__traceback__))

0 comments on commit 3cc8923

Please sign in to comment.