Skip to content

Commit 585d3e6

Browse files
authored
Hotpatch (#92)
* Hotpatch * Update style_check.yml
1 parent 8e4f3d9 commit 585d3e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/style_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v2
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: '3.11' # Replace '3.x' with the Python version you're using
2323
cache: 'pip'

app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def set_swe_parser_args(parser: ArgumentParser) -> None:
180180
parser.add_argument(
181181
"--reproduce-and-review",
182182
action="store_true",
183-
default=True,
183+
default=False,
184184
help="Experimental: for swe-bench tasks, reproduce and review the generated patch",
185185
)
186186
parser.add_argument(

0 commit comments

Comments
 (0)