Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
Fix exception
  • Loading branch information
mercedesbenz00 authored Apr 14, 2023
1 parent 48010b2 commit 2d54f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toncli/modules/utils/lite_client/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def send_boc(network: str, path: str, cwd: Optional[str] = None, update_config:

if _try == lite_client_tries + 1:
logger.error(f"😢 Error running {' '.join(command)}")
raise exc
raise Exception()
return output


Expand Down

0 comments on commit 2d54f6f

Please sign in to comment.