Skip to content

Commit a852e9f

Browse files
Merge pull request #877 from SamirMulani/IndentationError_fix
Fixed IndentationError in common/OpTestHMC.py
2 parents 5b50d06 + 5755376 commit a852e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/OpTestHMC.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ def change_proc_mode(self, proc_mode, sharing_mode, min_proc_units, desired_proc
425425
max_virtual_proc = int(max_virtual_proc[0])
426426
if overcommit_ratio*int(max_proc_units) > max_virtual_proc:
427427
v_max_proc = max_virtual_proc
428-
else:
428+
else:
429429
v_max_proc = overcommit_ratio*int(max_proc_units)
430430

431431
if max_proc_units > v_max_proc:

0 commit comments

Comments
 (0)