Skip to content

Commit dba95fd

Browse files
anupam-gitazubieta
authored andcommitted
Remove gpgdir from _run_command format args
1 parent 81baa83 commit dba95fd

File tree

1 file changed

+1
-1
lines changed
  • appimagebuilder/app_dir/deploy/pacman

1 file changed

+1
-1
lines changed

appimagebuilder/app_dir/deploy/pacman/venv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _run_command(
208208
:param kwargs: additional params which should be passed to format
209209
:return:
210210
"""
211-
command = command.format(config=self._config_path, gpgdir=self._gpg_dir, **self._deps, **kwargs)
211+
command = command.format(config=self._config_path, **self._deps, **kwargs)
212212
# log it
213213
self._logger.debug(command)
214214

0 commit comments

Comments
 (0)