mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove un-necessary pass
This commit is contained in:
parent
e5918abbd2
commit
fab35cd00f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def echo_parseable_environment(options):
|
|||
])
|
||||
except ValueError:
|
||||
print('# Failed to get the PR id from the environment')
|
||||
pass
|
||||
|
||||
sys.stdout.write('\n'.join(output))
|
||||
sys.stdout.flush()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue