1
1
mirror of https://github.com/sshuttle/sshuttle.git synced 2025-07-15 14:05:27 +02:00

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

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