aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rapid-photo-downloader/files/patch-raphodo_cache.py
blob: ee5116b0934eb6d17d01a81ff491d3878bf8d42c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- raphodo/cache.py.orig	2019-07-31 17:16:30 UTC
+++ raphodo/cache.py
@@ -131,7 +131,7 @@ class Cache:
          not be generated)
         """
 
-        assert sys.platform.startswith('linux')
+        assert sys.platform.startswith('linux') or sys.platform.startswith('freebsd')
         self.cache_dir = cache_dir
         self.failure_dir = failure_dir
         assert self.cache_dir