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 01aad1b commit 2c28654Copy full SHA for 2c28654
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