ProjectController.py
changeset 1861 410a3bcbeb29
parent 1850 614396cbffbf
child 1878 fb73a6b6622d
--- a/ProjectController.py	Tue Oct 10 13:43:55 2017 +0300
+++ b/ProjectController.py	Tue Oct 10 13:49:13 2017 +0300
@@ -1170,7 +1170,7 @@
                 # Do generate
                 code = generator()
                 if code is None:
-                    raise
+                    raise Exception
                 code_path = os.path.join(buildpath, filename)
                 open(code_path, "w").write(code)
                 # Insert this file as first file to be compiled at root confnode