Skip to content

Commit

Permalink
pass default values?
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 25, 2023
1 parent ab20cc5 commit b8e3aa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion menuinst/_legacy/win32.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ def create(self, remove=False):
str(cmd),
str(name + name_suffix),
str(dst),
' '.join([str(arg) for arg in args]),
" ".join([str(arg) for arg in args]),
str(workdir),
str(icon),
0,
"",
)

0 comments on commit b8e3aa4

Please sign in to comment.