mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Some more env printing
This commit is contained in:
parent
e7c4d1ca55
commit
768796aab9
@ -175,6 +175,10 @@ def parse():
|
||||
'''
|
||||
Parse the CLI options
|
||||
'''
|
||||
import pprint
|
||||
print '+' * 80
|
||||
pprint.pprint(os.environ)
|
||||
print '+' * 80
|
||||
parser = optparse.OptionParser()
|
||||
parser.add_option('--platform',
|
||||
dest='platform',
|
||||
|
Loading…
Reference in New Issue
Block a user