From 1ec01d6c375a1916d2ccc402f6fd01079bc17439 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 1 Feb 2021 23:49:30 -0500 Subject: [PATCH] fix redundant global --- scripts/run.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/run.py b/scripts/run.py index bf32915..ecf4fb9 100755 --- a/scripts/run.py +++ b/scripts/run.py @@ -74,9 +74,6 @@ def get_client_str(clt): return ret def run_exp(sc, ld): - global stderr_failed - global stderr_scan_stop - while True: if client_only: ssrv = None