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

Typo.

parent 9e594ab4
......@@ -117,7 +117,7 @@ if can_allocate:\n
consumed_capacity += software_release_capacity\n
if consumed_capacity >= computer_capacity_quantity:\n
can_allocate = False\n
comment = \'Computer capacity limit exceded\'\n
comment = \'Computer capacity limit exceeded\'\n
break\n
\n
# if can_allocate:\n
......
210
\ No newline at end of file
211
\ 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