Skip to content

Commit 449acc8

Browse files
I missed this copy_with_changes I guess
1 parent e6ce127 commit 449acc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/build_worker/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def main(argv: list[str]) -> None:
7575
options_obj = Options()
7676
disable_error_code = options_dict.pop("disable_error_code", [])
7777
enable_error_code = options_dict.pop("enable_error_code", [])
78-
options = options_obj.apply_changes(options_dict)
78+
options = options_obj.copy_with_changes(options_dict)
7979

8080
status_file = args.status_file
8181
server = IPCServer(CONNECTION_NAME, WORKER_CONNECTION_TIMEOUT)

0 commit comments

Comments
 (0)