Project/Project.py

changeset 5353
60fcaa1c3c3c
parent 5346
c13cb3f4b2b1
child 5359
396145256ada
diff -r d7c29ef11d51 -r 60fcaa1c3c3c Project/Project.py
--- a/Project/Project.py	Sun Nov 27 13:06:07 2016 +0100
+++ b/Project/Project.py	Thu Dec 01 19:27:09 2016 +0100
@@ -3094,6 +3094,7 @@
         @type boolean
         @return list of file names
         @rtype list of str
+        @exception ValueError raised when an unsupported file tpe is given
         """
         if fileType not in ["SOURCES", "FORMS", "RESOURCES", "INTERFACES",
                             "OTHERS", "TRANSLATIONS"]:

eric ide

mercurial