Skip to content

Commit d2ece8a

Browse files
authored
Fix log message
1 parent 6fd743a commit d2ece8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/sanitizers/buildbot_selector.py

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

1313
def in_script_dir(path):

0 commit comments

Comments
 (0)