We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303e93f commit 454c9d8Copy full SHA for 454c9d8
1 file changed
ietf/utils/management/commands/import_htpasswd.py
@@ -58,5 +58,5 @@ def handle(self, *filenames, **options):
58
overwrite = options.get('overwrite', False)
59
verbosity = int(options.get('verbosity'))
60
for fn in filenames:
61
- import_htpasswd_file(fn)
+ import_htpasswd_file(fn, verbosity=verbosity, overwrite=overwrite)
62
0 commit comments