Declare 'verbosity' as global variable to placate linters

This commit is contained in:
cclauss 2018-02-15 09:39:56 +01:00 committed by Brian May
parent e82d5a8e7c
commit fc08fb4086

View File

@ -4,6 +4,7 @@ import imp
z = zlib.decompressobj()
while 1:
global verbosity
name = sys.stdin.readline().strip()
if name:
name = name.decode("ASCII")