We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fbf50 commit 1733db8Copy full SHA for 1733db8
1 file changed
picaxepreprocess.py
@@ -165,8 +165,8 @@ def main(argv):
165
except FileNotFoundError:
166
preprocessor_error("""The compiler was not found at '{}'.
167
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]))
+https://picaxe.com/software/drivers/picaxe-compilers/ and set the compiler
+path with -P?""".format(command[0]))
170
171
if tidy: # Delete afterwards if needed
172
os.remove(outputfilename)
0 commit comments