diff options
| author | Lorenz Leitner <lorenz.leitner@student.tugraz.at> | 2019-03-15 10:06:04 +0100 |
|---|---|---|
| committer | Lorenz Leitner <lorenz.leitner@student.tugraz.at> | 2019-03-15 10:06:04 +0100 |
| commit | 31f23088d70622ea5411e63a8449fc03dc0cade1 (patch) | |
| tree | 657ebdff820e34c2798ea33cb3eb08b3d87e0055 /pywal/image.py | |
| parent | 3a95122157071c44f521210858a5c6bacfe9c3bb (diff) | |
Add recursive argument to cli
Diffstat (limited to 'pywal/image.py')
| -rw-r--r-- | pywal/image.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pywal/image.py b/pywal/image.py index 71a12f0..8e55a7b 100644 --- a/pywal/image.py +++ b/pywal/image.py @@ -98,7 +98,6 @@ def get_next_image(img_dir, recursive): def get(img, cache_dir=CACHE_DIR, iterative=False, recursive=False): """Validate image input.""" - recursive = True # TODO: Remove if os.path.isfile(img): wal_img = img |
