mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #209] instance.py (error on used_size) #137
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rollopack on GitHub (Dec 14, 2018).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/209
Hi, I got the error "local variable 'used_size' referenced before assignment" on line 283 of /vrtManager/instance.py.
Adding the definition "used_size = None" on def disk at line 256 i solving the problem
@catborise commented on GitHub (Dec 16, 2018):
It is added. Waiting pull request. Thanks