[ARVADOS] updated: 1.3.0-1920-gc6b259220
Git user
git at public.curoverse.com
Tue Nov 26 19:52:04 UTC 2019
Summary of changes:
tools/vocabulary-migrate/vocabulary-migrate.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via c6b25922097476f2642ad8dfbfbd4d583d28daf4 (commit)
from 7d7d3e5cd000558929b354b9facfce8484446698 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c6b25922097476f2642ad8dfbfbd4d583d28daf4
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Nov 26 16:51:20 2019 -0300
15849: Removes default value setting to required argument.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/tools/vocabulary-migrate/vocabulary-migrate.py b/tools/vocabulary-migrate/vocabulary-migrate.py
index c2b9da63b..d178228c0 100644
--- a/tools/vocabulary-migrate/vocabulary-migrate.py
+++ b/tools/vocabulary-migrate/vocabulary-migrate.py
@@ -21,8 +21,8 @@ class VocabularyError(Exception):
pass
opts = argparse.ArgumentParser(add_help=False)
-opts.add_argument('--vocabulary-file', type=str, metavar='PATH', default=None,
- required=True, help="""
+opts.add_argument('--vocabulary-file', type=str, metavar='PATH', required=True,
+ help="""
Use vocabulary definition file at PATH for migration decisions.
""")
opts.add_argument('--dry-run', action='store_true', default=False,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list