Fix index
This commit is contained in:
parent
cc053c45ce
commit
1e9590ab65
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ class TaskParameters(DockerBaseClass):
|
|||
if len(pieces) >= 2:
|
||||
limits['name'] = pieces[0]
|
||||
limits['soft'] = int(pieces[1])
|
||||
limits['hard'] = int(pieces[2])
|
||||
limits['hard'] = int(pieces[1])
|
||||
if len(pieces) == 3:
|
||||
limits['hard'] = int(pieces[2])
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue