Updated docstring

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Petr Kalis 2022-09-20 11:15:39 +02:00 committed by GitHub
parent 56dcb25dc0
commit c43b952357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,8 +79,8 @@ def maketx(source, destination, args, logger):
Args:
source (str): Path to source file.
destination (str): Writing destination path.
args: Additional arguments for `maketx`.
logger
args (list): Additional arguments for `maketx`.
logger (logging.Logger): Logger to log messages to.
Returns:
str: Output of `maketx` command.