Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed indent-
  • Loading branch information
FanisBak committed Jun 10, 2024
commit d3052d542ddf6c6ddf83278d8bf998d3448e8be8
2 changes: 1 addition & 1 deletion common/suspend.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def sleep(self):
if processExists('backintime'):
pids = pidsWithName('backintime')
proc = subprocess.Popen(['kill', '-SIGSTOP', pids[0] ])
proc.communicate()
proc.communicate()
return proc.returncode

if self.proxy is None:
Expand Down