Skip to content

Commit 45128e1

Browse files
authored
Update synchronization.py
1 parent c59e647 commit 45128e1

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
@@ -145,7 +145,7 @@ def extract_archive(self):
145145
capture_output=True, text=True, check=True
146146
)
147147
print("Output:", result.stdout)
148-
except subprocess.CalledProcessError as e:
148+
except subprocess.CalledProcessError as e:
149149
print("Return code:", e.returncode)
150150
raise OSError(e.stderr)
151151
else:

0 commit comments

Comments
 (0)