Skip to content

Commit cfc62cc

Browse files
authored
Update synchronization.py
1 parent cbd2c3d commit cfc62cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/synchronization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def download_config(self):
6868
if not os.path.exists(f"{settings['file-for-syncing']}/SaveDesktop.json"):
6969
err_str = _["err_occured"]
7070
err = "SaveDesktop.json doesn't exist in the cloud drive folder!"
71-
os.system(f'notify-send "{err_str}" "{err}')
71+
os.system(f'notify-send "{err_str}" "{err}"')
7272
exit()
7373
self.get_pb_info()
7474
os.makedirs(f"{CACHE}/syncing", exist_ok=True) # create the subfolder in the cache directory

0 commit comments

Comments
 (0)