diff options
Diffstat (limited to 'tools/install_venv.py')
| -rw-r--r-- | tools/install_venv.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/install_venv.py b/tools/install_venv.py index 0b1d843..e7859d4 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -144,8 +144,8 @@ class Fedora(Distro): def get_distro(): - if os.path.exists('/etc/fedora-release') or \ - os.path.exists('/etc/redhat-release'): + if (os.path.exists('/etc/fedora-release') or + os.path.exists('/etc/redhat-release')): return Fedora() elif os.path.exists('/etc/debian_version'): return Debian() |
