Skip to content

fix traceback in layout_done#887

Merged
mattrose merged 1 commit intognome-terminator:masterfrom
mattrose:fix-tb
Feb 18, 2024
Merged

fix traceback in layout_done#887
mattrose merged 1 commit intognome-terminator:masterfrom
mattrose:fix-tb

Conversation

@mattrose
Copy link
Copy Markdown
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
@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.

1 participant