Skip to content

Commit

Permalink
keep quiet, if X isn't ready/available
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans-Peter Jansen committed Sep 14, 2020
1 parent be6536d commit edacf7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wm_win_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ def store(args):
'''store geometry of selected windows'''
curlist = fetch_winlist()
if not curlist:
exit(3, 'no match')
log.debug('no match for selected windows')
exit(3)
# check duplicate list
try:
wmlstfn = store_filelist(1).pop()
Expand Down

0 comments on commit edacf7a

Please sign in to comment.