File tree 1 file changed +3
-3
lines changed
apps/aklub/management/commands
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ def __copy_coffee_scripts(self):
124
124
for script_file in scripts :
125
125
shutil .copy (
126
126
script_file ,
127
- self .cttools_target_scripts_dir / script_file .name
127
+ self .cttools_target_scripts_dir / script_file .name ,
128
128
)
129
129
130
130
def __copy_sass_styles (self ):
@@ -133,7 +133,7 @@ def __copy_sass_styles(self):
133
133
for style_file in styles :
134
134
shutil .copy (
135
135
style_file ,
136
- self .cttools_target_styles_dir / style_file .name
136
+ self .cttools_target_styles_dir / style_file .name ,
137
137
)
138
138
139
139
_ui_scss_file = self .cttools_target_styles_dir / '_ui.scss'
@@ -222,7 +222,7 @@ def __copy_fonts(self):
222
222
font_icon_file = self .cttools_src_fonts_dir / 'icons.woff'
223
223
shutil .copy (
224
224
font_icon_file ,
225
- self .cttools_target_fonts_dir / font_icon_file .name
225
+ self .cttools_target_fonts_dir / font_icon_file .name ,
226
226
)
227
227
228
228
def __copy_gruntfile (self ):
You can’t perform that action at this time.
0 commit comments