Skip to content

Commit

Permalink
Merge pull request #6377 from mzimandl/fixes
Browse files Browse the repository at this point in the history
fix default patch paths
  • Loading branch information
tomachalek authored Dec 10, 2024
2 parents 45ef43a + ba580dd commit ad4b4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
argparser = argparse.ArgumentParser('Kontext instalation script')
argparser.add_argument('--ucnk', action='store_true', default=False, help='Use UCNK sources')
argparser.add_argument('--patch', dest='patch_paths', action='append',
default=None, help='Path to UCNK Manatee patch')
default=[], help='Path to UCNK Manatee patch')
argparser.add_argument('--manatee-version', dest='manatee_version',
action='store', default=MANATEE_VER, help='Set Manatee version')
argparser.add_argument('--no-safe-http', dest='no_cert_check', action='store_true',
Expand Down

0 comments on commit ad4b4eb

Please sign in to comment.