typing
This commit is contained in:
parent
937ff0dfe8
commit
6c64044181
|
@ -59,7 +59,7 @@ class GitService:
|
||||||
return output
|
return output
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def publish(process_model_id, branch_to_update):
|
def publish(process_model_id: str, branch_to_update: str) -> None:
|
||||||
source_process_model_root = FileSystemService.root_path()
|
source_process_model_root = FileSystemService.root_path()
|
||||||
source_process_model_path = os.path.join(source_process_model_root, process_model_id)
|
source_process_model_path = os.path.join(source_process_model_root, process_model_id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue