We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e294f commit a415913Copy full SHA for a415913
src/app.py
@@ -17,7 +17,7 @@
17
print("Error: The required ACCESS_TOKEN is not set. Please set it in your environment or in your .env file.")
18
sys.exit(1)
19
20
-# Determine if DRAFTS_FILE contains a path separator.
+# Determine if DRAFTS_FILE not exist and contains a path separator.
21
if not os.path.exists(DRAFTS_FILE) and os.path.sep not in DRAFTS_FILE:
22
# Determine the cache directory
23
# XDG_CACHE_HOME defaults to HOME/.cache if not set
0 commit comments