Skip to content

Commit

Permalink
Fix pylint complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarta committed Jan 3, 2025
1 parent 48b332d commit 42def06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesappmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def appmenus_create(self, vm, force=False, refresh_cache=True):
self._appmenus_create_onedir(
vm, force=force, refresh_cache=refresh_cache, dispvm=True)

def _appmenus_create_onedir(self, vm, force=False, refresh_cache=True,
def _appmenus_create_onedir(self, vm, *, force=False, refresh_cache=True,
dispvm=False, keep_dispvm=False):
"""Create/update .desktop files
Expand Down

0 comments on commit 42def06

Please sign in to comment.