mirror of
https://github.com/zebrajr/faceswap.git
synced 2025-12-06 00:20:09 +01:00
typofix: setup.py
This commit is contained in:
parent
1919366d18
commit
b288771577
3
setup.py
3
setup.py
|
|
@ -1038,7 +1038,7 @@ class Installer():
|
|||
text: str
|
||||
The text to log
|
||||
"""
|
||||
if text not in self._seen_lines:
|
||||
if text in self._seen_lines:
|
||||
return
|
||||
logger.verbose(text) # type:ignore
|
||||
self._seen_lines.add(text)
|
||||
|
|
@ -1225,7 +1225,6 @@ class WinPTYInstaller(Installer): # pylint: disable=too-few-public-methods
|
|||
break
|
||||
|
||||
del proc
|
||||
logger.debug("Package: %s, returncode: %s", self._package, returncode)
|
||||
return returncode
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user