From 163f0a7f598d1b3c84d493103e80a3af5455a3e1 Mon Sep 17 00:00:00 2001 From: Fabio Vitello Date: Wed, 6 Oct 2021 13:35:45 +0200 Subject: [PATCH] #595 removed not needed var --- Noto/Servers/NotoPyIfDistributor/src/_ifdist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Noto/Servers/NotoPyIfDistributor/src/_ifdist.py b/Noto/Servers/NotoPyIfDistributor/src/_ifdist.py index 6d8ff1b06..864e56163 100644 --- a/Noto/Servers/NotoPyIfDistributor/src/_ifdist.py +++ b/Noto/Servers/NotoPyIfDistributor/src/_ifdist.py @@ -101,7 +101,6 @@ def main(argv): selectedAtt=argv[2] - answer = [] #if selectedPol and selectedAtt are -1 print information on current pol and att if int(selectedPol) == -1 and float(selectedAtt)==-1: commandstr=[selectedInput,"att"+argv[0]] -- GitLab