Fixed console argument handling

This commit is contained in:
2021-04-11 14:44:46 +02:00
parent faa7e701fd
commit cfb6a84799
2 changed files with 6 additions and 5 deletions

View File

@@ -102,8 +102,6 @@ class GenerateService(CommandABC):
rel_path = '/'.join(parts[:-1])
class_name = parts[len(parts) - 1]
Console.write_line(rel_path)
if 'src' not in rel_path:
rel_path = f'src/{rel_path}'