mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-22 07:53:20 +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":
|
||||
for file in xrdb_files:
|
||||
subprocess.run(["xrdb", "-merge", "-quiet", file])
|
||||
subprocess.Popen(["xrdb", "-merge", "-quiet", file])
|
||||
|
||||
|
||||
def gtk():
|
||||
|
Loading…
Reference in New Issue
Block a user