From 3441858c7276c2120ec80eb1efe21a4811647af0 Mon Sep 17 00:00:00 2001 From: Aleksander Kiryk Date: Tue, 22 Feb 2022 08:52:21 +0100 Subject: [PATCH] Remove unused output type definition --- watch.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/watch.py b/watch.py index 8d5df20..fc3e118 100755 --- a/watch.py +++ b/watch.py @@ -74,15 +74,6 @@ def read_table(f): return table -OUTPUT_TYPE="pngcairo" -OUTPUT_EXT="png" -try: - if os.environ["SARGRAPH_OUTPUT_TYPE"] == "svg": - OUTPUT_TYPE="svg" - OUTPUT_EXT="svg" -except: - pass - p = run_process("sar", "-V", stdout=subprocess.PIPE) # If the script was run with parameters, handle them