1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Fix bug in ref-updating code

This commit is contained in:
Chris Jones 2011-08-06 00:07:33 -07:00
parent 22533af762
commit 41bdf82137

View file

@ -469,7 +469,7 @@ def maybeUpdateRefImages(options, browser):
else:
print ' Yes! The references in tmp/ can be synced with ref/.'
if options.reftest:
startReftest(browser)
startReftest(browser, options)
if not prompt('Would you like to update the master copy in ref/?'):
print ' OK, not updating.'
else: