Added shit

This commit is contained in:
ori
2019-04-20 09:02:21 -07:00
parent d599b4fe8c
commit 53716dd2dc
8 changed files with 98 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
class PipelineAlreadyExistsException(Excetion):
class PipelineAlreadyExistsException(Exception):
def __init__(self, pipe_name):
super(f"Pipeline {pipe_name} already exists")