aboutsummaryrefslogtreecommitdiffstats
path: root/python/wpt/exporter/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/wpt/exporter/__init__.py')
-rw-r--r--python/wpt/exporter/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wpt/exporter/__init__.py b/python/wpt/exporter/__init__.py
index b2df5675598..b89f1fa2b99 100644
--- a/python/wpt/exporter/__init__.py
+++ b/python/wpt/exporter/__init__.py
@@ -180,7 +180,7 @@ class WPTSync:
wpt_branch_name_from_servo_pr_number(servo_pr.number)
)
upstream_pr = self.wpt.get_open_pull_request_for_branch(
- downstream_wpt_branch
+ self.github_username, downstream_wpt_branch
)
if upstream_pr:
logging.info(