diff -r e614add95516 -r 80fc8deac8fe ProjectFlask/Project.py --- a/ProjectFlask/Project.py Tue Nov 24 20:17:20 2020 +0100 +++ b/ProjectFlask/Project.py Wed Nov 25 19:39:04 2020 +0100 @@ -356,7 +356,7 @@ def getVirtualEnvironment(self): """ - Private method to get the path of the virtual environment. + Public method to get the path of the virtual environment. @return path of the virtual environment @rtype str