Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Apr 25, 2024
1 parent a73f7a3 commit 5011ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ydb/tools/ydbd_slice/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def _invoke_scripts(self, dynamic_cfg_path, scripts):
cmd = ["bash", script_path]
logger.info("run cmd '%s'", cmd)
try:
time.sleep(2) # TODO: fix
subprocess.check_output(cmd, stderr=subprocess.STDOUT)
except subprocess.CalledProcessError as er:
raise CalledProcessError(er)
Expand Down

0 comments on commit 5011ea4

Please sign in to comment.