Skip to content

Commit a415913

Browse files
authored
Update app.py
Fix typo
1 parent 95e294f commit a415913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
print("Error: The required ACCESS_TOKEN is not set. Please set it in your environment or in your .env file.")
1818
sys.exit(1)
1919

20-
# Determine if DRAFTS_FILE contains a path separator.
20+
# Determine if DRAFTS_FILE not exist and contains a path separator.
2121
if not os.path.exists(DRAFTS_FILE) and os.path.sep not in DRAFTS_FILE:
2222
# Determine the cache directory
2323
# XDG_CACHE_HOME defaults to HOME/.cache if not set

0 commit comments

Comments
 (0)