Skip to content

Commit e948e54

Browse files
committed
lint fixes
1 parent b819d18 commit e948e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def atest_robot(c, zip=None, smoke=False, suite=None):
477477
]
478478
)
479479
if suite:
480-
command_args.extend(["--suite", suite])
480+
command_args.extend(["--suite", suite])
481481
command_args = _add_skips(command_args)
482482
command_args.append("atest/test")
483483
env = os.environ.copy()

0 commit comments

Comments
 (0)