--- a/scripts/install.py Sat Dec 19 15:06:20 2020 +0100 +++ b/scripts/install.py Sat Dec 19 15:22:26 2020 +0100 @@ -384,7 +384,7 @@ @param dst name of the destination directory @param filters list of filter pattern determining the files to be copied @param excludeDirs list of (sub)directories to exclude from copying - @keyparam excludePatterns list of filter pattern determining the files to + @param excludePatterns list of filter pattern determining the files to be skipped """ if excludeDirs is None: @@ -695,7 +695,7 @@ @param src source file name (string) @param dst destination file name or directory name (string) - @keyparam perm permissions to be set (integer) + @param perm permissions to be set (integer) """ shutil.copy(src, dst) if os.path.isdir(dst):