ESMCI / manage_externals

cesm externals management utility
Other
8 stars 12 forks source link

Remove printlog from read_gitmodules_file #196

Closed johnpaulalex closed 1 year ago

johnpaulalex commented 1 year ago

...since read_externals_description_file() already has a nearly-the-same printlog (but add it to the other caller).

Also mark it private (leading underscore) because it is not called from outside the module.

User interface changes?: No

Fixes: None

Testing: test removed: none unit tests: none system tests: reran python -m unittest test.test_sys_checkout.TestSubrepoCheckout.test_submodule_checkout_bare, which had the duplicate printlog behavior. manual testing: