Skip to content
Snippets Groups Projects
Commit 8d59409f authored by Iustin Pop's avatar Iustin Pop
Browse files

Small style fixes

[Trunk version]

Reviwed-by: imsnah
parent 9d4bfc96
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ def VerifyCluster(opts, args):
opts - class with options as members
"""
skip_checks=[]
skip_checks = []
if opts.skip_nplusone_mem:
skip_checks.append(constants.VERIFY_NPLUSONE_MEM)
op = opcodes.OpVerifyCluster(skip_checks=skip_checks)
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment