diff options
| author | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:18:31 -0500 |
|---|---|---|
| committer | Antoine Beaupré <anarcat@debian.org> | 2017-12-30 12:18:31 -0500 |
| commit | bd2993229e91c1f6eb200e8a4e2ebfd0195266f5 (patch) | |
| tree | a5f48068a2730cf6a88ed823afaa67b39bc65a19 /raphodo/storage.py | |
| parent | b99a470859a9e8100644fe65f501f610cf3bb046 (diff) | |
| parent | 88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f (diff) | |
Merge tag 'upstream/0.9.6'
Upstream version 0.9.6
# gpg: Signature made sam 30 déc 2017 12:18:30 EST
# gpg: using RSA key 7B164204D096723B019635AB3EA1DDDDB261D97B
# gpg: Good signature from "Antoine Beaupré <anarcat@anarc.at>" [ultimate]
# gpg: aka "Antoine Beaupré <anarcat@koumbit.org>" [ultimate]
# gpg: aka "Antoine Beaupré <anarcat@orangeseeds.org>" [ultimate]
# gpg: aka "Antoine Beaupré <anarcat@debian.org>" [ultimate]
Diffstat (limited to 'raphodo/storage.py')
| -rw-r--r-- | raphodo/storage.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/raphodo/storage.py b/raphodo/storage.py index 31acfef..6856c38 100644 --- a/raphodo/storage.py +++ b/raphodo/storage.py @@ -157,7 +157,8 @@ def get_media_dir() -> str: run_media_dir = '/run{}'.format(media_dir) distro = get_distro() if os.path.isdir(run_media_dir) and distro not in ( - Distro.ubuntu, Distro.debian, Distro.neon, Distro.galliumos, Distro.peppermint): + Distro.ubuntu, Distro.debian, Distro.neon, Distro.galliumos, Distro.peppermint, + Distro.elementary): if distro not in (Distro.fedora, Distro.manjaro, Distro.arch, Distro.opensuse, Distro.gentoo, Distro.antergos): logging.debug("Detected /run/media directory, but distro does not appear to " |
