avocado.core.data_dir: Fix docstring

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 867506e0
...@@ -196,7 +196,7 @@ def get_job_logs_dir(args=None): ...@@ -196,7 +196,7 @@ def get_job_logs_dir(args=None):
:param args: :class:`argparse.Namespace` instance with cmdline arguments :param args: :class:`argparse.Namespace` instance with cmdline arguments
(optional). (optional).
:rtype : basestring :rtype: basestring
""" """
start_time = time.strftime('%Y-%m-%d-%H.%M.%S') start_time = time.strftime('%Y-%m-%d-%H.%M.%S')
if args is not None: if args is not None:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册