Skip to content

Commit

Permalink
Fix dev env setup issues (#1627)
Browse files Browse the repository at this point in the history
Co-authored-by: niyuzhou <2860437760@qq.com>
Co-authored-by: ~Jhellico <KJhellico@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 6, 2024
1 parent 464a503 commit cfab69d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ setup:
pre-commit install --hook-type pre-commit
pre-commit install --hook-type pre-push
make l10n
make package

snapshot:
scripts/l10n/generate_mo_files.py
Expand Down
3 changes: 2 additions & 1 deletion scripts/generate_release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def __init__(self) -> None:
arg_parser.add_argument(
"-v",
"--verbose",
action=argparse.BooleanOptionalAction,
action="store_true",
default=False,
help="Verbose output",
)
self.args = arg_parser.parse_args()
Expand Down

0 comments on commit cfab69d

Please sign in to comment.