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 60f8fc9 commit 80aec61Copy full SHA for 80aec61
.gitignore
@@ -5,3 +5,6 @@
5
/build/
6
/dist/
7
/docs/_build/
8
+
9
+# IntelliJ idea stuff
10
+.idea
setup.py
@@ -169,7 +169,7 @@ def run(self):
169
"""
170
Runs when this command is given to setup.py
171
172
- downloader = MavenJarDownloader()
+ downloader = MavenJarDownloader(on_completion=lambda : None)
173
downloader.download_files()
174
print('''
175
Now you should run:
0 commit comments