We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee30f59 commit 9ce54e2Copy full SHA for 9ce54e2
tinybear/_paths.py
@@ -1,7 +1,7 @@
1
from pathlib import Path
2
3
-DEFAULT_INPUT_DIR = Path("..") / "input"
+DEFAULT_INPUT_DIR = Path("..") / ".." / "input"
4
5
-DEFAULT_OUTPUT_DIR = Path("..") / "output"
+DEFAULT_OUTPUT_DIR = Path("..") / ".." / "output"
6
if not DEFAULT_OUTPUT_DIR.exists():
7
DEFAULT_OUTPUT_DIR.mkdir()
0 commit comments