-
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
Final touch #174
Final touch #174
Conversation
art/dashboard/backend.py
Outdated
@@ -37,7 +37,7 @@ def prepare_steps_info(logs_path: Path) -> Dict[str, Dict]: | |||
"timestamp": run["timestamp"], | |||
"hash": run["hash"], | |||
"commit_id": run["commit_id"], | |||
"successfull": run["succesfull"], | |||
"successfull": run["successfull"], |
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.
So close, just remove the last "L", there's only one at the and actually
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.
xD
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.
you are right
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.
xD
35ed5ce
to
9ad007f
Compare
Most commits are hopefully self.explanatory. But for these that are not:
False
was returned all the time and steps that was changed and succesfully passed check was not added. Moreover this can be done directly during checking checks