mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-07-18 14:54:29 +02:00
pylint check
This commit is contained in:
@ -109,7 +109,7 @@ def set_mac_wallpaper(img):
|
||||
"""Set the wallpaper on macOS."""
|
||||
db_file = "Library/Application Support/Dock/desktoppicture.db"
|
||||
db_path = os.path.join(HOME, db_file)
|
||||
img_dir, _ = os.path.split(img);
|
||||
img_dir, _ = os.path.split(img)
|
||||
|
||||
#Clear the existing picture data and write the image paths
|
||||
sql = "delete from data; "
|
||||
|
Reference in New Issue
Block a user