Skip to content

Commit b7cfee7

Browse files
authored
Merge pull request #114 from disintar/acadabus-patch-1
Update commands.py
2 parents d050530 + 4fc1ba6 commit b7cfee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/toncli/modules/utils/lite_client/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def send_boc(network: str, path: str, cwd: Optional[str] = None, update_config:
137137

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

143143

0 commit comments

Comments
 (0)