We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7ccb6 commit 89f027aCopy full SHA for 89f027a
1 file changed
setup.py
@@ -568,9 +568,11 @@ class DownloadLibzim(Command):
568
569
user_options = [] # noqa: RUF012
570
571
- def initialize_options(self): ...
+ def initialize_options(self):
572
+ ...
573
- def finalize_options(self): ...
574
+ def finalize_options(self):
575
576
577
def run(self):
578
config.download_to_dest()
@@ -579,9 +581,11 @@ def run(self):
579
581
class LibzimClean(Command):
580
582
583
584
585
586
587
588
589
590
591
config.cleanup()
0 commit comments