typo
This commit is contained in:
parent
026a293658
commit
fba86f647f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class Coordinator:
|
||||||
self._copy_env_files()
|
self._copy_env_files()
|
||||||
|
|
||||||
def _copy_env_files(self):
|
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 = self.DIR.STATES / "env_files"
|
||||||
env_files_dir.mkdir(exist_ok=True)
|
env_files_dir.mkdir(exist_ok=True)
|
||||||
for env_file in self.env_files:
|
for env_file in self.env_files:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue