fixed bug with spreadsheet import

This commit is contained in:
GotthardG
2024-12-10 16:36:36 +01:00
parent 672574c755
commit 250e090133

View File

@ -260,7 +260,7 @@ class SpreadsheetModel(BaseModel):
raise ValueError(f" '{v}' is not valid. Value must be a positive float.") from e
return v
class TELLModel(SpreadsheetModel):
class TELLModel(SpreadsheetModel):
input_order: int
samplemountcount: int = 0
samplestatus: str = "not present"