perf: 修改账号去掉无用的

This commit is contained in:
ibuler
2023-02-22 11:25:33 +08:00
parent 0140d4349a
commit b5321e497b
3 changed files with 1 additions and 22 deletions

View File

@@ -64,7 +64,7 @@ class BasePlaybookManager:
if not os.path.exists(path):
os.makedirs(path, exist_ok=True, mode=0o755)
if settings.DEBUG_DEV:
print(f'Ansible runtime dir:{path}')
print(f'Ansible runtime dir: {path}')
return path
@staticmethod