mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-04-27 14:20:35 +00:00
Cleanup
This commit is contained in:
parent
86031ef3f8
commit
86004a89e5
1 changed files with 0 additions and 1 deletions
|
|
@ -472,7 +472,6 @@ class ReticulumGitClient():
|
|||
self.abort(f"Fetch failed for batch: {error_msg}")
|
||||
|
||||
else:
|
||||
RNS.log(f"metadata: {metadata}", RNS.LOG_WARNING)
|
||||
if not self.IDX_RESULT_CODE in metadata: self.abort(f"No result metadata on bundle response")
|
||||
status_byte = metadata[self.IDX_RESULT_CODE]
|
||||
if status_byte == 0: bundle_path = response.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue