Skip to content

Commit

Permalink
No coverage here
Browse files Browse the repository at this point in the history
  • Loading branch information
malthe committed Dec 19, 2023
1 parent 25c2e99 commit 5ca7322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chameleon/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# If a cache directory is specified, template source code will be
# persisted on disk and reloaded between sessions
path = environment.pop('cache', None)
if path is not None:
if path is not None: # pragma: no cover
CACHE_DIRECTORY = os.path.abspath(path)
if not os.path.exists(CACHE_DIRECTORY):
raise ValueError(
Expand Down

0 comments on commit 5ca7322

Please sign in to comment.