save a file to alocal folder and make it executable

This commit is contained in:
Stanislas Jouffroy 2025-03-04 00:06:09 +01:00
parent e54626d971
commit 230cf99f06
8 changed files with 122 additions and 21 deletions

View file

@ -1,5 +1,5 @@
import logging.config
from pathlib import Path
current_path = Path.cwd()
current_path = Path(__file__).parent
logging.config.fileConfig(str(current_path / "logging.conf"))