We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424d07 commit bb8be82Copy full SHA for bb8be82
merge.py
@@ -127,7 +127,7 @@ def main():
127
remove_old_files(downstream - upstream)
128
clean_paths((upstream - downstream) | (upstream & downstream))
129
shutil.rmtree(pot_path)
130
- run("powrap", "*.po", "*/*.po")
+ run("powrap", "-m")
131
update_makefile(args.cpython_repo)
132
git_add_relevant_files()
133
0 commit comments