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 ():
@@ -241,10 +242,11 @@ def check_lit_exec():
241242 if not os .path .exists (LIT_EXEC ):
242243 fatal_error ('''
243244Error: Could not find lit.py.
245+ Looking at '%s'.
244246
245247Make sure you have the llvm repo checked out next to the swift-syntax repo.
246248Refer to README.md for more information.
247- ''' )
249+ ''' % LIT_EXEC )
248250
249251
250252def check_incr_transfer_roundtrip_exec ():
You can’t perform that action at this time.
0 commit comments