mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-02 07:04:41 +02:00
Add comment
This commit is contained in:
parent
5c6ec7ff86
commit
389a12aeb5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user