save a file to alocal folder and make it executable
This commit is contained in:
parent
e54626d971
commit
230cf99f06
8 changed files with 122 additions and 21 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue