Skip to content

Commit

Permalink
pythonGH-111485: Fix DEFAULT_OUTPUT in opcode_metadata_generator.py (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum authored and Glyphack committed Jan 27, 2024
1 parent 67a5130 commit 1958259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/cases_generator/opcode_metadata_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def generate_opcode_metadata(
)


DEFAULT_OUTPUT = ROOT / "Include/internal/pycore_uop_metadata.h"
DEFAULT_OUTPUT = ROOT / "Include/internal/pycore_opcode_metadata.h"


arg_parser.add_argument(
Expand Down

0 comments on commit 1958259

Please sign in to comment.