Voice et bot modif
This commit is contained in:
parent
189d56026b
commit
7333a22bcd
10774 changed files with 634644 additions and 933308 deletions
|
|
@ -20,11 +20,6 @@ class Installer:
|
|||
log.info("Installing %s", filename)
|
||||
lines = map(self._gen_nspkg_line, nsp)
|
||||
|
||||
if self.dry_run:
|
||||
# always generate the lines, even in dry run
|
||||
list(lines)
|
||||
return
|
||||
|
||||
with open(filename, 'wt', encoding=py312.PTH_ENCODING) as f:
|
||||
# Python<3.13 requires encoding="locale" instead of "utf-8"
|
||||
# See: python/cpython#77102
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue