Skip to content

Commit 03d30ef

Browse files
committedJan 30, 2017
fix syntax error
1 parent f2e1f06 commit 03d30ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎master.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ def addPythonUnittestSteps(factory, locks=default_locks,
307307
locks = locks))
308308

309309
def addPythonCoverageSteps(factory, source_path, locks=default_locks,
310-
extra_vars={}), test_path='.'):
310+
extra_vars={}, test_path='.'):
311311
factory.addStep(
312312
ShellCommand(
313313
name = 'python_unittest',

0 commit comments

Comments
 (0)
Please sign in to comment.