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.
2 parents cf70f3b + 2c28654 commit f8fe6d0Copy full SHA for f8fe6d0
static_precompiler/management/commands/compilestatic.py
@@ -65,7 +65,7 @@ def handle(self, **options):
65
for compiler in compilers:
66
if compiler.is_supported(path):
67
try:
68
- compiler.handle_changed_file(path, verbosity=options["verbosity"])
+ compiler.handle_changed_file(path, verbosity=verbosity)
69
except (exceptions.StaticCompilationError, ValueError) as e:
70
print(e)
71
break
0 commit comments