mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
os.environ
This commit is contained in:
parent
c7fe3dfd48
commit
8d6e17db09
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import json
|
|||
import pprint
|
||||
import taskcluster
|
||||
|
||||
event = json.loads(environ["GITHUB_EVENT"])
|
||||
event = json.loads(os.environ["GITHUB_EVENT"])
|
||||
print("GitHub event:")
|
||||
pprint.pprint(event)
|
||||
print("")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue