Skip to content

Commit 1733db8

Browse files
committed
adjust error message to better reflect resolution due to parallel feature development :)
1 parent 52fbf50 commit 1733db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

picaxepreprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ def main(argv):
165165
except FileNotFoundError:
166166
preprocessor_error("""The compiler was not found at '{}'.
167167
Are you sure you have downloaded the compilers from
168-
https://picaxe.com/software/drivers/picaxe-compilers/ and updated the compiler
169-
path in this script?""".format(command[0]))
168+
https://picaxe.com/software/drivers/picaxe-compilers/ and set the compiler
169+
path with -P?""".format(command[0]))
170170

171171
if tidy: # Delete afterwards if needed
172172
os.remove(outputfilename)

0 commit comments

Comments
 (0)