Skip to content

Commit 5882b23

Browse files
committed
set correct name of temp file in synchronization.py
1 parent 08726a2 commit 5882b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/synchronization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def done(self):
155155
os.system(f"notify-send 'Save Desktop Synchronization ({self.file})' '{_('The configuration has been applied!')} {_('Changes will only take effect after the next login')}' -i io.github.vikdevelop.SaveDesktop-symbolic")
156156

157157
# Remove this status file after finished operations
158-
if os.path.exists(f"{CACHE}/pb"):
159-
os.remove(f"{CACHE}/pb")
158+
if os.path.exists(f"{CACHE}/sync"):
159+
os.remove(f"{CACHE}/sync")
160160

161161
Syncing()

0 commit comments

Comments
 (0)