summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/pullTranslations.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/pullTranslations.py b/scripts/pullTranslations.py
index 5462df2a..2a929256 100644
--- a/scripts/pullTranslations.py
+++ b/scripts/pullTranslations.py
@@ -168,7 +168,8 @@ def process_locale_files(l10n_dir, metadata_dir):
def create_mr(token, source_branch, target_branch="master", app_type="main"):
"""Open a merge request on bitmask_android via the GitLab API."""
- url = f"{GITLAB_API}/projects/{BITMASK_ANDROID_PROJECT_ID}/merge_requests" payload = json.dumps({
+ url = f"{GITLAB_API}/projects/{BITMASK_ANDROID_PROJECT_ID}/merge_requests"
+ payload = json.dumps({
"source_branch": source_branch,
"target_branch": target_branch,
"title": f"chore: update {app_type} Play Store translations",