Ladsgroup has uploaded a new change for review.
https://gerrit.wikimedia.org/r/91868
Change subject: a minor fix for djvutext.py
......................................................................
a minor fix for djvutext.py
Bug: 55290
Change-Id: I6cb545c93261a4d678be4f0c9873620808453c6b
---
M djvutext.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat
refs/changes/68/91868/1
diff --git a/djvutext.py b/djvutext.py
index 526518c..938d06f 100644
--- a/djvutext.py
+++ b/djvutext.py
@@ -105,7 +105,7 @@
def get_page(self, pageno):
pywikibot.output(unicode("fetching page %d" % (pageno)))
- cmd = u"djvutxt --page=%d \"%s\" \"%s.out\"" \
+ cmd = u"djvutxt --page %d \"%s\" \"%s.out\"" \
% (pageno, self.djvu, self.djvu)
os.system ( cmd.encode(sys.stdout.encoding) )
f = codecs.open(u"%s.out" % self.djvu, 'r',
--
To view, visit https://gerrit.wikimedia.org/r/91868
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6cb545c93261a4d678be4f0c9873620808453c6b
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Ladsgroup <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits