Skip to content

Commit 0e1e250

Browse files
author
Jon Wayne Parrott
committed
Fixing debug issue
Change-Id: I9ce78f7b8d2b3544da37ed92b893794c0a303533
1 parent 1e00a2c commit 0e1e250

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nox.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ def collect_sample_dirs(start_dir, blacklist=set()):
6262

6363
def get_changed_files():
6464
# Debug info
65-
print('TRAVIS_PULL_REQUEST: {}'.format(os.environ('TRAVIS_PULL_REQUEST')))
65+
print('TRAVIS_PULL_REQUEST: {}'.format(
66+
os.environ.get('TRAVIS_PULL_REQUEST')))
6667
print('TRAVIS_COMMIT: {}'.format(os.environ.get('TRAVIS_COMMIT')))
6768
print('TRAVIS_BRANCH: {}'.format(os.environ.get('TRAVIS_BRANCH')))
6869

0 commit comments

Comments
 (0)