We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712367f commit 5c526ecCopy full SHA for 5c526ec
patch_python_package.py
@@ -5,7 +5,7 @@
5
import toml
6
7
patchright_version = os.environ.get('playwright_version')
8
-patchright_version = "1.55.0"
+# patchright_version = "1.55.0"
9
10
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
11
with open(file_path, "w") as f:
0 commit comments