afc0308620
Rapid Photo Downloader imports photos and videos from cameras, phones, memory cards and other devices at high speed. It can be configured to rename photos and videos with meaningful filenames you specify. It can also back up photos and videos as they are downloaded. It downloads from and backs up to multiple devices simultaneously. WWW: http://www.damonlynch.net/rapid/ PR: 240601 Submitted by: m.ne@gmx.net Reviewed by: koobs
11 lines
390 B
Python
11 lines
390 B
Python
--- 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
|