You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure tool_data_path exists; assert non-DM skip via persisted XML
install_tool_data_tables used to create tool_data_path as a side effect
of os.makedirs(target_dir); skipping it for non-DM repos means
copy_sample_files now blows up with FileNotFoundError. Explicitly
mkdir(exist_ok=True) before copying.
The non-DM integration test was asserting against the in-memory
tool_data_tables dict, which is populated as tools are loaded
regardless of registration; switch to verify_no_installed_repository_data_table_entries,
which inspects shed_tool_data_table_conf.xml.
0 commit comments