Skip to content

Commit

Permalink
Reduced number of high-level pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyi17 committed Apr 16, 2023
1 parent d84faf1 commit f3770f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package/diana/cli/commands/anonymize.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ def anonymize(ctx,
p_collect = subprocess.Popen("diana-cli collect -a -c anon {} sticky_bridge radarch201".format(tmp_path), shell=True)
p_collect.wait()
time.sleep(10)
p_collect = subprocess.Popen("diana-cli collect -a -c anon {} sticky_bridge radarch201".format(tmp_path), shell=True)
p_collect.wait()
time.sleep(5)
p_collect = subprocess.Popen("diana-cli collect -a -c anon {} sticky_bridge radarch201".format(tmp_path), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
p_collect.wait()
out, err = p_collect.communicate()
Expand Down

0 comments on commit f3770f7

Please sign in to comment.