mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 06:17:22 +01:00
...
This commit is contained in:
parent
8152a84abb
commit
17eff935eb
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ def add_options(self, parser):
|
|||
)
|
||||
|
||||
def run(self, opts):
|
||||
return upload_to_fosshub()
|
||||
# return upload_to_fosshub()
|
||||
all_possible = set(installers())
|
||||
available = set(glob.glob('dist/*'))
|
||||
files = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue