mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-26 01:51:40 +00:00
Added shit
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
class PipelineAlreadyExistsException(Excetion):
|
||||
class PipelineAlreadyExistsException(Exception):
|
||||
|
||||
def __init__(self, pipe_name):
|
||||
super(f"Pipeline {pipe_name} already exists")
|
||||
|
||||
Reference in New Issue
Block a user