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

fix traceback in layout_done #887

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Conversation

mattrose
Copy link
Member

Got this while testing layouts. Easy fix

Traceback (most recent call last):
File "/home/mattrose/Code/terminator/./terminator", line 137, in
TERMINATOR.layout_done()
File "/home/mattrose/Code/terminator/terminatorlib/terminator.py", line 341, in layout_done
term.ensure_visible_and_focussed()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'ensure_visible_and_focussed'

Got this while testing layouts.  Easy fix

Traceback (most recent call last):
  File "/home/mattrose/Code/terminator/./terminator", line 137, in <module>
    TERMINATOR.layout_done()
  File "/home/mattrose/Code/terminator/terminatorlib/terminator.py", line 341, in layout_done
    term.ensure_visible_and_focussed()
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'ensure_visible_and_focussed'
@mattrose mattrose merged commit 6642786 into gnome-terminator:master Feb 18, 2024
2 checks passed
@mattrose mattrose deleted the fix-tb branch February 18, 2024 15:30
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.

None yet

1 participant