[med-svn] [Git][med-team/qiime][master] Revert attempt to fix non-working patch
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Feb 23 21:56:44 GMT 2024
Andreas Tille pushed to branch master at Debian Med / qiime
Commits:
954aabb1 by Andreas Tille at 2024-02-23T22:54:16+01:00
Revert attempt to fix non-working patch
- - - - -
1 changed file:
- debian/patches/python3.12.patch
Changes:
=====================================
debian/patches/python3.12.patch
=====================================
@@ -5,7 +5,7 @@
os.close(fd)
obj = super().__new__(cls, name)
- obj._destructor = weakref.finalize(obj, cls._destruct, str(obj))
-+ obj._destructor = weakref.finalize(obj, cls._destruct, obj._raw_paths)
++ obj._destructor = weakref.finalize(obj, cls._destruct, obj._raw_path)
return obj
def __exit__(self, t, v, tb):
@@ -14,7 +14,7 @@
def __new(cls, *args):
self = super().__new__(cls, *args)
- self._destructor = weakref.finalize(self, self._destruct, str(self))
-+ self._destructor = weakref.finalize(self, self._destruct, self._raw_paths)
++ self._destructor = weakref.finalize(self, self._destruct, self._raw_path)
return self
def __new__(cls, *args, prefix=None):
View it on GitLab: https://salsa.debian.org/med-team/qiime/-/commit/954aabb1084e83c93939c0da56dee9228095e2df
--
View it on GitLab: https://salsa.debian.org/med-team/qiime/-/commit/954aabb1084e83c93939c0da56dee9228095e2df
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/debian-med-commit/attachments/20240223/ccf4073f/attachment.htm>
More information about the debian-med-commit
mailing list