[Piuparts-devel] [Git][debian/piuparts][develop] Fix flake8 errors
Nicolas Dandrimont (@olasd)
gitlab at salsa.debian.org
Mon Mar 17 10:33:45 GMT 2025
Nicolas Dandrimont pushed to branch develop at Debian / piuparts
Commits:
7eb425d1 by Nicolas Dandrimont at 2025-03-17T11:33:28+01:00
Fix flake8 errors
Gbp-dch: ignore
- - - - -
1 changed file:
- piuparts.py
Changes:
=====================================
piuparts.py
=====================================
@@ -51,7 +51,7 @@ import uuid
from collections import defaultdict, namedtuple
from contextlib import ExitStack
from signal import SIGALRM, SIGKILL, SIGTERM, alarm, signal
-from typing import Dict
+from typing import Dict, Tuple
import apt_pkg
import distro_info
@@ -1294,7 +1294,9 @@ class Chroot:
self.initial_selections = self.get_selections()
def remember_systemd_tmpfiles(self):
- """Remember files potentially affected by systemd-tmpfiles. Only files and directories with some flags are ignored by piuparts."""
+ """Remember files potentially affected by systemd-tmpfiles.
+
+ Only files and directories with some flags are ignored by piuparts."""
ignored_flags = (
"f", # Create file
"w", # Write file contents
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/commit/7eb425d1c23abe24bd0df8a494e306f219a050ce
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/commit/7eb425d1c23abe24bd0df8a494e306f219a050ce
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20250317/dfbf4a5d/attachment-0001.htm>
More information about the Piuparts-devel
mailing list