svghmi/svghmi.py
branchsvghmi
changeset 2750 2694170cd88e
parent 2749 2769b3aed34d
child 2753 9a7e12e96399
--- a/svghmi/svghmi.py	Thu Jul 18 14:09:33 2019 +0200
+++ b/svghmi/svghmi.py	Wed Aug 07 14:18:22 2019 +0200
@@ -28,7 +28,7 @@
 
 class SVGHMILibrary(POULibrary):
     def GetLibraryPath(self):
-        return paths.AbsNeighbourFile(__file__, "pous.xml")
+         return paths.AbsNeighbourFile(__file__, "pous.xml")
 
     def Generate_C(self, buildpath, varlist, IECCFLAGS):
 
@@ -90,6 +90,7 @@
         if from_project_path is not None:
             shutil.copyfile(self._getSVGpath(from_project_path),
                             self._getSVGpath())
+        return True
 
     def CTNGenerate_C(self, buildpath, locations):
         """