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 e5f41a4 commit 2bbdffdCopy full SHA for 2bbdffd
django_unicorn/management/commands/startunicorn.py
@@ -215,8 +215,8 @@ def handle(self, **options):
215
216
paths, is_first = self.check_initials_directories(app_directory)
217
218
- for name in options["component_names"]:
219
- nested_path, name = self.obtain_nested_path(name)
+ for component_name in options["component_names"]:
+ (nested_path, name) = self.obtain_nested_path(component_name)
220
221
self.create_nested_directories(paths, nested_path)
222
0 commit comments