Skip to content
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

[AutoOnboarding] Fix result dialog issue #135

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

spdkimo
Copy link
Collaborator

@spdkimo spdkimo commented Jun 29, 2023

[Problem]

  1. After a repeat test ends, 'Save and quit' button is not working
  2. The below logs keep printing Traceback (most recent call last):
    File "/home/matter/spdkimo/ioter/src/common/common_window.py", line 472, in checkPosition self.timer.stop()
    AttributeError: 'NoneType' object has no attribute 'stop'

[Measure]

  1. Remove button
  2. Update the timer check condition

[Problem]
1. After a repeat test ends, 'Save and quit' button is not working
2. The below logs keep printing
Traceback (most recent call last):
File "/home/matter/spdkimo/ioter/src/common/common_window.py", line 472, in checkPosition
self.timer.stop()
AttributeError: 'NoneType' object has no attribute 'stop'

[Measure]
1. Remove button
2. Update the timer check condition
Copy link
Collaborator

@junyong-sim junyong-sim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@spdkimo spdkimo merged commit 5c6b667 into Samsung:main Jun 29, 2023
@spdkimo spdkimo deleted the spdkimo-ao-fix branch June 30, 2023 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AutoOnboarding] Result dialog issue
2 participants