Browse Source

Remove unused output type definition

check-vt100
Aleksander Kiryk 4 years ago committed by Aleksander Kiryk
parent
commit
3441858c72
  1. 9
      watch.py

9
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

Loading…
Cancel
Save