mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-17 20:11:02 +02:00
Add comment
This commit is contained in:
@@ -38,6 +38,8 @@ def main():
|
||||
helpers.verbose = opt.verbose
|
||||
|
||||
try:
|
||||
# Since namespace and namespace-pid options are only available
|
||||
# in linux, we must check if it exists with getattr
|
||||
namespace = getattr(opt, 'namespace', None)
|
||||
namespace_pid = getattr(opt, 'namespace_pid', None)
|
||||
if namespace or namespace_pid:
|
||||
|
Reference in New Issue
Block a user