Skip to content

Commit

Permalink
fix some log
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 17, 2023
1 parent 5c5d824 commit a4a4046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyprland/plugins/scratchpads.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ async def run_show(self, uid) -> None:
scratch.uid for scratch in self.scratches.values() if scratch.uid != uid
]
for tbh_scratch in excluded:
self.log.info("hidding ")
self.log.info("hidding %s", tbh_scratch)
await self.run_hide(tbh_scratch, autohide=True)
await item.updateClientInfo()
await item.initialize()
Expand Down

0 comments on commit a4a4046

Please sign in to comment.