diff -r ecf67e07b6e0 -r 72b88fb20261 scripts/install-debugclients.py --- a/scripts/install-debugclients.py Sat Dec 19 15:06:20 2020 +0100 +++ b/scripts/install-debugclients.py Sat Dec 19 15:22:26 2020 +0100 @@ -105,7 +105,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: @@ -186,7 +186,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):