Fix invalid module IDs and update VSIX packing script to ensure the database cache...
[pub/USBasp.git] / LUFA / StudioIntegration / generate_caches.py
index 1e49320..c76c0d8 100644 (file)
@@ -15,7 +15,7 @@ def main():
        try:\r
                from asf_avrstudio5_interface import PythonFacade\r
        except ImportError:\r
-               print "The ASF project generator is missing."\r
+               print "Fatal Error: The ASF project generator is missing."\r
                sys.exit()\r
 \r
        p = PythonFacade(os.path.abspath(__file__))\r
@@ -32,4 +32,4 @@ def main():
 \r
 \r
 if __name__ == "__main__":\r
-    sys.exit(main())
\ No newline at end of file
+    sys.exit(main())\r