Skip to content

Commit

Permalink
spices updater: Remove debugging string from previous commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Sep 23, 2024
1 parent 93b99a8 commit 261612a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3/cinnamon/harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def _install_by_uuid(self, uuid):
action = "upgrade" if uuid in self.meta_map else "install"

error_message = None
uuid = uuid + "poo"
uuid = uuid
try:
item = self.index_cache[uuid]
except KeyError:
Expand Down

0 comments on commit 261612a

Please sign in to comment.