From 88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 30 Dec 2017 12:18:30 -0500 Subject: New upstream version 0.9.6 --- raphodo/storage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'raphodo/storage.py') 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 " -- cgit v1.2.3