We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0e668 commit 4719056Copy full SHA for 4719056
patch_python_package.py
@@ -5,7 +5,7 @@
5
import toml
6
7
patchright_version = os.environ.get('playwright_version')
8
-patchright_version = "1.52.2"
+# patchright_version = "1.52.2"
9
10
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
11
with open(file_path, "w") as f:
0 commit comments