summaryrefslogtreecommitdiff
path: root/pywal/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'pywal/theme.py')
-rw-r--r--pywal/theme.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pywal/theme.py b/pywal/theme.py
index 010e90f..efa3129 100644
--- a/pywal/theme.py
+++ b/pywal/theme.py
@@ -43,9 +43,6 @@ def file(input_file):
elif os.path.isfile(user_theme_file):
theme_file = user_theme_file
- elif os.path.isfile(theme_file):
- theme_file = theme_file
-
elif input_file == "random":
themes = [theme.path for theme in index()]
random.shuffle(themes)