Skip to content

Commit b00ba1c

Browse files
authored
Debug invalid BOT_DIR
1 parent d0f4769 commit b00ba1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zorg/buildbot/builders/sanitizers/buildbot_selector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
THIS_DIR=os.path.dirname(sys.argv[0])
88
extra_args = sys.argv[1:]
99
BOT_DIR = '/b'
10+
print("THIS_DIR: %s", THIS_DIR)
1011

1112
def in_script_dir(path):
1213
return os.path.join(THIS_DIR, path)

0 commit comments

Comments
 (0)