From 5b5957f9ea99e036a22d687bbb3bb8b7fbe73599 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 10 Jan 2013 20:08:31 +0000 Subject: Add and update more Atmel Studio project description XML files. --- LUFA/StudioIntegration/generate_caches.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LUFA/StudioIntegration/generate_caches.py') 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()) -- cgit v1.2.3