Commit 864e91a8 authored by Łukasz Nowak's avatar Łukasz Nowak

Typo.

parent 9e594ab4
...@@ -117,7 +117,7 @@ if can_allocate:\n ...@@ -117,7 +117,7 @@ if can_allocate:\n
consumed_capacity += software_release_capacity\n consumed_capacity += software_release_capacity\n
if consumed_capacity >= computer_capacity_quantity:\n if consumed_capacity >= computer_capacity_quantity:\n
can_allocate = False\n can_allocate = False\n
comment = \'Computer capacity limit exceded\'\n comment = \'Computer capacity limit exceeded\'\n
break\n break\n
\n \n
# if can_allocate:\n # if can_allocate:\n
......
210 211
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment