提交 0cd6e2e1 编写于 作者: N Niels Thykier

auto_decruft: Fix typo

Signed-off-by: NNiels Thykier <niels@thykier.net>
上级 f51754fd
......@@ -68,7 +68,7 @@ def remove_sourceless_cruft(suite_name, suite_id, session, dryrun):
@param session: The database session in use
@type dryrun: bool
@param dryrun: If True, just to print the actions rather than actually doing them
@param dryrun: If True, just print the actions rather than actually doing them
"""""
global Options
rows = query_without_source(suite_id, session)
......@@ -110,7 +110,7 @@ def removeNBS(suite_name, suite_id, session, dryrun):
@param session: The database session in use
@type dryrun: bool
@param dryrun: If True, just to print the actions rather than actually doing them
@param dryrun: If True, just print the actions rather than actually doing them
"""""
global Options
rows = queryNBS(suite_id, session)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册