new-features #5
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Coordinator:
|
|||
self._copy_env_files()
|
||||
|
||||
def _copy_env_files(self):
|
||||
"""Copies all env filesto STATES/env_files. Files will be renamed to their own TYPE value."""
|
||||
"""Copies all env files to STATES/env_files. Files will be renamed to their own TYPE value."""
|
||||
env_files_dir = self.DIR.STATES / "env_files"
|
||||
env_files_dir.mkdir(exist_ok=True)
|
||||
for env_file in self.env_files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue