Removed print
This commit is contained in:
parent
304b2e4255
commit
748cc66946
@ -153,7 +153,6 @@ class GenerateService(CommandABC):
|
|||||||
if not os.path.isdir(os.path.dirname(file_path)):
|
if not os.path.isdir(os.path.dirname(file_path)):
|
||||||
os.makedirs(os.path.dirname(file_path))
|
os.makedirs(os.path.dirname(file_path))
|
||||||
directory = ''
|
directory = ''
|
||||||
print()
|
|
||||||
for subdir in template.path.split('/'):
|
for subdir in template.path.split('/'):
|
||||||
directory = os.path.join(directory, subdir)
|
directory = os.path.join(directory, subdir)
|
||||||
if subdir == 'src':
|
if subdir == 'src':
|
||||||
|
Loading…
Reference in New Issue
Block a user