summaryrefslogtreecommitdiff
path: root/ishtar_common/management
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/management')
-rw-r--r--ishtar_common/management/commands/media_find_missing_files.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/management/commands/media_find_missing_files.py b/ishtar_common/management/commands/media_find_missing_files.py
index 61a7919e2..a907a6660 100644
--- a/ishtar_common/management/commands/media_find_missing_files.py
+++ b/ishtar_common/management/commands/media_find_missing_files.py
@@ -90,7 +90,7 @@ class Command(BaseCommand):
if hard and not (try_fix or find_fix):
self.stdout.write("hard option has no effect if try-fix or "
"find-fix are not set.\n")
- if no_dir_verification and (not set_alt_media_dir and not set_alt_media_dir):
+ if no_dir_verification and (not set_alt_media_dir and not set_empty_image):
self.stdout.write("no-media-dir-verification option has no effect if set-empty-image or "
"set-alt-media-dir are not set.\n")