general: Fix lint error

This commit is contained in:
Dylan Araps
2017-12-19 14:46:34 +11:00
parent ea53224132
commit 7407a260da

View File

@@ -31,6 +31,8 @@ def get_desktop_env():
if desktop: if desktop:
return "SWAY" return "SWAY"
return None
def xfconf(path, img): def xfconf(path, img):
"""Call xfconf to set the wallpaper on XFCE.""" """Call xfconf to set the wallpaper on XFCE."""