Skip to content

Commit e818203

Browse files
authored
Merge pull request #88 from rhpvorderman/issue87
Shed-tools update does not complain about a tool_yaml file
2 parents dcd7482 + 7bed839 commit e818203

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ephemeris/shed_tools.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,6 @@ def _parser():
275275
# update_tools in the name space and shed-tool update will not return all the install
276276
# variables.
277277
parser.set_defaults(
278-
update_tools=False,
279278
tool_list_file=None,
280279
tool_yaml=None,
281280
owner=None,
@@ -294,6 +293,9 @@ def _parser():
294293
"Use shed-tools install --help for more information",
295294
parents=[common_arguments],
296295
)
296+
install_command_parser.set_defaults(
297+
update_tools=False
298+
)
297299
install_command_parser.add_argument(
298300
"-t", "--toolsfile",
299301
dest="tool_list_file",

0 commit comments

Comments
 (0)