mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
Remove obsolete print statement
This commit is contained in:
1
setup.py
1
setup.py
@@ -86,7 +86,6 @@ if "py2exe" in sys.argv:
|
|||||||
libpath = os.path.join(destdir, "kleinanzeigen-bot.exe")
|
libpath = os.path.join(destdir, "kleinanzeigen-bot.exe")
|
||||||
with zipfile.ZipFile(libpath, "a", zipfile.ZIP_DEFLATED if self.options.compress else zipfile.ZIP_STORED) as arc:
|
with zipfile.ZipFile(libpath, "a", zipfile.ZIP_DEFLATED if self.options.compress else zipfile.ZIP_STORED) as arc:
|
||||||
for target, source in files_to_embed:
|
for target, source in files_to_embed:
|
||||||
print(source)
|
|
||||||
if os.path.isdir(source):
|
if os.path.isdir(source):
|
||||||
for file in os.listdir(source):
|
for file in os.listdir(source):
|
||||||
if self.options.verbose:
|
if self.options.verbose:
|
||||||
|
|||||||
Reference in New Issue
Block a user