cmd/run: remove unnecessary wait
This commit is contained in:
@@ -131,8 +131,6 @@ def run(
|
|||||||
|
|
||||||
if input:
|
if input:
|
||||||
process.communicate(input)
|
process.communicate(input)
|
||||||
else:
|
|
||||||
process.wait()
|
|
||||||
tend = datetime.datetime.now(tz=datetime.UTC)
|
tend = datetime.datetime.now(tz=datetime.UTC)
|
||||||
|
|
||||||
global TIME_TABLE
|
global TIME_TABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user