-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
PRMT-4467 #145
PRMT-4467 #145
Conversation
…ject` - added additional validation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good.
|
||
def new_uuid() -> str: | ||
return str(uuid.uuid4()) | ||
if len(file_lines) > 1: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bit pedantic so feel free to ignore:
I would separate this validation out into a separate function under the class and then calls Class.read() and then class.validate_one_line()
get_object
.