mirror of https://github.com/databricks/cli.git
remove todo
This commit is contained in:
parent
fec9c4efae
commit
362a93b555
|
@ -5,8 +5,6 @@ import time
|
||||||
import platform
|
import platform
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
# TODO CONTINUE: Making this script work and testing this on windows and mac.
|
|
||||||
|
|
||||||
def wait_pid(pid):
|
def wait_pid(pid):
|
||||||
max_attempts = 600 # 600 * 0.1 seconds = 1 minute
|
max_attempts = 600 # 600 * 0.1 seconds = 1 minute
|
||||||
sleep_time = 0.1
|
sleep_time = 0.1
|
||||||
|
|
Loading…
Reference in New Issue