Skip to content

Commit

Permalink
Fix PyInstaller 6 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 23, 2024
1 parent e524d0e commit fdec444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/repack.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def analysis(self):
self.patch_specfile(specfile, hookscript, resfile)

cmdlist = self.pyicmd + ['--clean', '--workpath', self.workpath]
cmdlist.extend(self.pyiopts)
cmdlist.extend(self.filter_opts(self.pyiopts, exvalues, exopts))
cmdlist.append(specfile)
logger.debug('%s', ' '.join(cmdlist))
logger.info('call PyInstaller to analysis, '
Expand Down

0 comments on commit fdec444

Please sign in to comment.