mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-25 01:14:24 +01:00
🛣 fix: path windows
This commit is contained in:
@@ -6,7 +6,7 @@ from contextlib import contextmanager
|
||||
|
||||
|
||||
def get_microservice_path(path, microservice_name, packages, num_approach, version):
|
||||
package_path = '_'.join(packages)
|
||||
package_path = '_'.join(packages).replace(' ', '_').lower()
|
||||
return os.path.join(path, microservice_name, f'{num_approach}_{package_path}', f'v{version}')
|
||||
|
||||
def persist_file(file_content, file_path):
|
||||
|
||||
Reference in New Issue
Block a user