File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,12 @@ def check_gyb_exec():
7979 if not os .path .exists (GYB_EXEC ):
8080 fatal_error ('''
8181Error: Could not find gyb.
82+ Looking at '%s'.
8283
8384Make sure you have the main swift repo checked out next to the swift-syntax
8485repository.
8586Refer to README.md for more information.
86- ''' )
87+ ''' % GYB_EXEC )
8788
8889
8990def check_rsync ():
@@ -246,10 +247,11 @@ def check_lit_exec():
246247 if not os .path .exists (LIT_EXEC ):
247248 fatal_error ('''
248249Error: Could not find lit.py.
250+ Looking at '%s'.
249251
250252Make sure you have the llvm repo checked out next to the swift-syntax repo.
251253Refer to README.md for more information.
252- ''' )
254+ ''' % LIT_EXEC )
253255
254256
255257def check_incr_transfer_roundtrip_exec ():
You can’t perform that action at this time.
0 commit comments