aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Vásquez <[email protected]>2017-08-06 07:43:41 -0600
committerGitHub <[email protected]>2017-08-06 07:43:41 -0600
commit5b3806d0a8e907026f181c9dba101723b9bde2fb (patch)
treefc9e8f0b79dc9863c070df5067c17ce683ef1ba9
parentTheme is optional for GTK refresh (diff)
downloadpywal-5b3806d0a8e907026f181c9dba101723b9bde2fb.tar.xz
pywal-5b3806d0a8e907026f181c9dba101723b9bde2fb.zip
de-indenting the comments
-rw-r--r--pywal/reload.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pywal/reload.py b/pywal/reload.py
index e81cfb2..f284966 100644
--- a/pywal/reload.py
+++ b/pywal/reload.py
@@ -29,9 +29,9 @@ def gtk():
if gtk2_file.is_file():
shutil.copy(gtk2_file, theme_path / "gtk-2.0")
- # Here we call a Python 2 script to reload the GTK themes.
- # This is done because the Python 3 GTK/Gdk libraries don't
- # provide a way of doing this.
+ # Here we call a Python 2 script to reload the GTK themes.
+ # This is done because the Python 3 GTK/Gdk libraries don't
+ # provide a way of doing this.
if shutil.which("python2"):
util.disown(["python2", MODULE_DIR / "scripts" / "gtk_reload.py"])