Commit 163f0a7f authored by Fabio Vitello's avatar Fabio Vitello
Browse files

#595 removed not needed var

parent 274446c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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]]