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 8d2511f commit ea5b00cCopy full SHA for ea5b00c
patch_python_package.py
@@ -4,7 +4,7 @@
4
5
import toml
6
7
-patchright_version = "1.51.3" # os.environ.get('playwright_version')
+patchright_version = os.environ.get('playwright_version')
8
9
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
10
with open(file_path, "w") as f:
0 commit comments