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
|
# Exportverzeichnis bestimmen
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
||||||
base_dir = Path.home() / "Transaktionen"
|
# --------------------------------------------------
|
||||||
|
# Exportverzeichnis bestimmen
|
||||||
if not base_dir.exists():
|
# --------------------------------------------------
|
||||||
base_dir = Path(__file__).parent / "Transaktionen"
|
|
||||||
|
|
||||||
|
base_dir = Path(__file__).parent / "Transaktionen"
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# Kalenderwoche bestimmen
|
# Kalenderwoche bestimmen
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue