mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-16 10:29:36 +01:00
Declare 'verbosity' as global variable to placate linters
This commit is contained in:
parent
e82d5a8e7c
commit
fc08fb4086
@ -4,6 +4,7 @@ import imp
|
||||
|
||||
z = zlib.decompressobj()
|
||||
while 1:
|
||||
global verbosity
|
||||
name = sys.stdin.readline().strip()
|
||||
if name:
|
||||
name = name.decode("ASCII")
|
||||
|
Loading…
Reference in New Issue
Block a user