mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
PluginDownloader: Remove debug output.
This commit is contained in:
parent
949df233d0
commit
dea0070ac4
@ -172,9 +172,7 @@ class GithubRepository(GitRepository):
|
|||||||
archive = self._download(plugin)
|
archive = self._download(plugin)
|
||||||
prefix = archive.getnames()[0]
|
prefix = archive.getnames()[0]
|
||||||
dirname = ''.join((self._path, plugin))
|
dirname = ''.join((self._path, plugin))
|
||||||
print repr(prefix + dirname + '/README.txt')
|
|
||||||
for file in archive.getmembers():
|
for file in archive.getmembers():
|
||||||
print repr(file)
|
|
||||||
if file.name == prefix + dirname + '/README.txt':
|
if file.name == prefix + dirname + '/README.txt':
|
||||||
extractedFile = archive.extractfile(file)
|
extractedFile = archive.extractfile(file)
|
||||||
return extractedFile.read()
|
return extractedFile.read()
|
||||||
|
Loading…
Reference in New Issue
Block a user