[elbe-devel] [PATCH v2 6/8] proprocess: migrate root and user passwords

Bastian Germann bage at linutronix.de
Fri Jun 24 13:14:13 CEST 2022


Am 16.06.22 um 12:10 schrieb Holger Dengler:
> @@ -349,9 +371,9 @@ def xmlpreprocess(fname, output, variants=None, proxy=None):
>       except ArchivedirError:
>           raise XMLPreprocessError("<archivedir> handling failed\n" +
>                                    str(sys.exc_info()[1]))
> -    except BaseException:
> -        raise XMLPreprocessError(
> -            "Unknown Exception during validation\n" + str(sys.exc_info()[1]))
> +#     except BaseException:
> +#         raise XMLPreprocessError(
> +#             "Unknown Exception during validation\n" + str(sys.exc_info()[1]))
>   
>       # We have errors, return them in string form...
>       raise XMLPreprocessError("\n".join(error_log_to_strings(schema.error_log)))

I guess this is a leftover hunk from testing. Please keep it as-is.


More information about the elbe-devel mailing list