mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 08:11:50 -04:00
11 lines
391 B
Python
11 lines
391 B
Python
--- iocage_lib/ioc_common.py.orig 2024-07-10 17:23:47 UTC
|
|
+++ iocage_lib/ioc_common.py
|
|
@@ -77,7 +77,7 @@ def callback(_log, callback_exception):
|
|
else:
|
|
if not isinstance(message, str) and isinstance(
|
|
message,
|
|
- collections.Iterable
|
|
+ collections.abc.Iterable
|
|
):
|
|
message = '\n'.join(message)
|
|
|