Skip to content
Snippets Groups Projects

Draft: import-debian-package: stop using a PosixPath object as context manager

Closed Dylan Aïssi requested to merge wip/daissi/python3.13 into apertis/v2026dev2
3 files
+ 19
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -176,6 +176,7 @@ def main():
"merge",
"--ff-only",
rebase_tip,
_return_cmd=True,
_ok_code=[0, 128],
_out="/dev/stdout",
_err="/dev/stderr",
@@ -215,6 +216,7 @@ def main():
args.upstream,
":!debian/changelog",
":!debian/apertis/*",
_return_cmd=True,
_ok_code=[0, 1],
)
msg = [f"Sync from {args.upstream}."]
Loading