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"]: