mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
removed a TODO
This commit is contained in:
parent
db9d32a450
commit
22adc6e29e
1 changed files with 0 additions and 2 deletions
|
@ -24,5 +24,3 @@ class InvalidImageLayerType(Exception):
|
||||||
class InvalidBmgLayerMode(Exception):
|
class InvalidBmgLayerMode(Exception):
|
||||||
def __init__(self, layer_mode: str):
|
def __init__(self, layer_mode: str):
|
||||||
super().__init__(f"Error : bmg layer mode \"{layer_mode}\" is not implemented")
|
super().__init__(f"Error : bmg layer mode \"{layer_mode}\" is not implemented")
|
||||||
|
|
||||||
# TODO : recreate SZS
|
|
||||||
|
|
Loading…
Reference in a new issue