Used inspect commands in vm-manager
This commit is contained in:
@@ -44,7 +44,7 @@ stdout:
|
||||
if res == "null":
|
||||
icon_path = None
|
||||
else:
|
||||
icon_path = res
|
||||
icon_path = res.strip('"')
|
||||
|
||||
meta = nix_metadata(flake_url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user