Skip to content

Commit 3f4a851

Browse files
committed
Fix pref install for Firefox Android
1 parent 3410c19 commit 3f4a851

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/wpt/browser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ def install_prefs(self, binary, dest=None, channel=None):
501501
elif channel is None:
502502
channel = channel_
503503
else:
504+
rev = None
504505
version = None
505506

506507
if dest is None:

0 commit comments

Comments
 (0)