mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 03:13:47 +01:00
misc: fix lint
This commit is contained in:
parent
445b8fcbb6
commit
030dfe015d
@ -26,7 +26,7 @@ def xrdb(xrdb_files=None):
|
|||||||
|
|
||||||
if shutil.which("xrdb") and OS != "Darwin":
|
if shutil.which("xrdb") and OS != "Darwin":
|
||||||
for file in xrdb_files:
|
for file in xrdb_files:
|
||||||
subprocess.run(["xrdb", "-merge", "-quiet", file])
|
subprocess.Popen(["xrdb", "-merge", "-quiet", file])
|
||||||
|
|
||||||
|
|
||||||
def gtk():
|
def gtk():
|
||||||
|
Loading…
Reference in New Issue
Block a user