Skip to content

Commit

Permalink
fix more pylint warnings
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@21686 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 18, 2019
1 parent f54d95b commit 96f22f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/ui_client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def cook_metadata(self, _new_window, metadata):
#force it fullscreen:
try:
del metadata["size-constraints"]
except:
except KeyError:
pass
metadata["fullscreen"] = True
#FIXME: try to figure out the monitors we go fullscreen on for X11:
Expand Down

0 comments on commit 96f22f4

Please sign in to comment.