aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/StudioIntegration/generate_caches.py
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/StudioIntegration/generate_caches.py')
-rw-r--r--LUFA/StudioIntegration/generate_caches.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/StudioIntegration/generate_caches.py b/LUFA/StudioIntegration/generate_caches.py
index 1e49320ae..c76c0d8bb 100644
--- a/LUFA/StudioIntegration/generate_caches.py
+++ b/LUFA/StudioIntegration/generate_caches.py
@@ -15,7 +15,7 @@ def main():
try:
from asf_avrstudio5_interface import PythonFacade
except ImportError:
- print "The ASF project generator is missing."
+ print "Fatal Error: The ASF project generator is missing."
sys.exit()
p = PythonFacade(os.path.abspath(__file__))
@@ -32,4 +32,4 @@ def main():
if __name__ == "__main__":
- sys.exit(main()) \ No newline at end of file
+ sys.exit(main())