Skip to content

Commit

Permalink
Make the lack of cache dir just a debug message instead of raising a …
Browse files Browse the repository at this point in the history
…tvdb_error

Signed-off-by: Matthew Schick <mschick@redhat.com>
  • Loading branch information
Matthew Schick authored and midgetspy committed May 25, 2010
1 parent 2a1fe46 commit 5e3a6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvdb_api.py
Expand Up @@ -62,7 +62,7 @@ def clean_cache(cachedir):

# Does our cachedir exists
if not os.path.isdir(cachedir):
raise tvdb_error("Told to clean cache dir %s but it does not exist" %
log().debug("Told to clean cache dir %s but it does not exist" %
cachedir)
return
now = time.time()
Expand Down

0 comments on commit 5e3a6b7

Please sign in to comment.