Remove un-necessary pass

This commit is contained in:
Pedro Algarvio 2014-01-10 19:37:22 +00:00
parent e5918abbd2
commit fab35cd00f

View file

@ -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()