Skip to content

Commit

Permalink
fixup! change name to KUKSA_ADDRESS
Browse files Browse the repository at this point in the history
This commit broke autocompletion in VISSv2
  • Loading branch information
argerus authored and lukasmittag committed Oct 26, 2023
1 parent 9919efd commit a09a257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuksa-client/kuksa_client/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def refresh_metadata(self):
# Convert to dict with paths as key
self.metadata = {entry["path"]: entry for entry in entries}
else:
entries = json.loads(self.getMetaData("*"))
entries = json.loads(self.getMetaData(""))
if "metadata" in entries:
# Convert to dict with paths as key
self.metadata = metadata_tree_to_dict(entries["metadata"])
Expand Down

0 comments on commit a09a257

Please sign in to comment.