We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error message in the MachineAlreadyExistsError exception at line 227 in Lab.py file contains an incorrect argument.
MachineAlreadyExistsError
Kathara/src/Kathara/model/Lab.py
Line 227 in 56ba82a
To fix this, update the error message to only include the device name as the argument for MachineAlreadyExistsError.
This ensures that the error message provides accurate information when a machine already exists.
The text was updated successfully, but these errors were encountered:
Fix MachineAlreadyExists error message (close #221)
6ed71dc
tcaiazzi
When branches are created from issues, their pull requests are automatically linked.
The error message in the
MachineAlreadyExistsError
exception at line 227 in Lab.py file contains an incorrect argument.Kathara/src/Kathara/model/Lab.py
Line 227 in 56ba82a
To fix this, update the error message to only include the device name as the argument for
MachineAlreadyExistsError
.This ensures that the error message provides accurate information when a machine already exists.
The text was updated successfully, but these errors were encountered: