Fix undefined var
This commit is contained in:
parent
ecdea88a6b
commit
61629e9d97
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class VersionRepository():
|
||||||
file_handler= inst.load_file(file)
|
file_handler= inst.load_file(file)
|
||||||
version_list, is_snapshot = inst.parse_file(file_handler)
|
version_list, is_snapshot = inst.parse_file(file_handler)
|
||||||
|
|
||||||
inst.version_list = version
|
inst.version_list = version_list
|
||||||
inst.is_snapshot = is_snapshot
|
inst.is_snapshot = is_snapshot
|
||||||
inst.file_handler = file_handler
|
inst.file_handler = file_handler
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue