--- a/scripts/cleanupSource.py Wed Apr 17 19:44:50 2019 +0200 +++ b/scripts/cleanupSource.py Fri Apr 19 17:59:43 2019 +0200 @@ -57,7 +57,7 @@ @param argv the list of command line arguments. """ print("Cleaning up source ...") - sourceDir = os.path.dirname(__file__) or "." + sourceDir = os.path.dirname(os.path.dirname(__file__)) or "." cleanupSource(sourceDir)