Closed etkeys closed 3 years ago
execute_plugin.py
_find_dotbot
base_directory
self._context
_collect_plugins
subprocess.Popen
subprocess.check_call
Resolves #2 Since we are now calling dotbot directly, it manages loading of pyyaml dependency.
execute_plugin.py
to calling dotbot directly.execute_plugin.py
_find_dotbot
to get the path of dotbot shell launcher.base_directory
now comes fromself._context
in case user gives override._collect_plugins
.subprocess.Popen
tosubprocess.check_call
because we no longer need to directly manage the subprocess.Resolves #2 Since we are now calling dotbot directly, it manages loading of pyyaml dependency.