BaseDIR korrigiert
This commit is contained in:
parent
01a145946c
commit
fafb4321f9
1 changed files with 4 additions and 4 deletions
|
|
@ -82,11 +82,11 @@ BLZ = "50010517"
|
|||
# Exportverzeichnis bestimmen
|
||||
# --------------------------------------------------
|
||||
|
||||
base_dir = Path.home() / "Transaktionen"
|
||||
|
||||
if not base_dir.exists():
|
||||
base_dir = Path(__file__).parent / "Transaktionen"
|
||||
# --------------------------------------------------
|
||||
# Exportverzeichnis bestimmen
|
||||
# --------------------------------------------------
|
||||
|
||||
base_dir = Path(__file__).parent / "Transaktionen"
|
||||
# --------------------------------------------------
|
||||
# Kalenderwoche bestimmen
|
||||
# --------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue