Skip to content

Commit

Permalink
More PEP8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom committed Sep 15, 2019
1 parent a64511e commit 92d3939
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion budgie-hotcorners/meson_post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
if not os.environ.get("DESTDIR"):
print("Compiling gsettings schemas...")
subprocess.call(["glib-compile-schemas", schemadir])

1 change: 0 additions & 1 deletion budgie-quicknote/meson_post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
if not os.environ.get("DESTDIR"):
print("Compiling gsettings schemas...")
subprocess.call(["glib-compile-schemas", schemadir])

1 change: 0 additions & 1 deletion budgie-recentlyused/meson_post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
if not os.environ.get("DESTDIR"):
print("Compiling gsettings schemas...")
subprocess.call(["glib-compile-schemas", schemadir])

1 change: 0 additions & 1 deletion budgie-weathershow/meson_post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
if not os.environ.get("DESTDIR"):
print("Compiling gsettings schemas...")
subprocess.call(["glib-compile-schemas", schemadir])

8 changes: 4 additions & 4 deletions budgie-wpreviews/data/subst.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

if args == 5:
subprocess.run(['intltool-merge',
'--desktop-style',
podir,
outputfile + staging,
outputfile])
'--desktop-style',
podir,
outputfile + staging,
outputfile])
1 change: 0 additions & 1 deletion budgie-wpreviews/meson_post_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
if not os.environ.get("DESTDIR"):
print("Compiling gsettings schemas...")
subprocess.call(["glib-compile-schemas", schemadir])

0 comments on commit 92d3939

Please sign in to comment.