cleanup
This commit is contained in:
@ -90,7 +90,7 @@ class Problem(BaseModel):
|
||||
except ValueError as error:
|
||||
logging.error(error)
|
||||
raise ItemGenerationError(
|
||||
"Bundle min and/or max larger than bundle amount provided",
|
||||
error.msg,
|
||||
error.args[0])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user