[elbe-devel] [PATCH 34/37] check-build: Add missing import

Eduard Krein eduard.krein at linutronix.de
Wed Feb 7 16:37:01 CET 2024


Am Mittwoch, dem 07.02.2024 um 15:29 +0100 schrieb Benedikt Spranger:
> check-build use the sys module lacks the import.
> Add the missing import.
> 
> Signed-off-by: Benedikt Spranger <b.spranger at linutronix.de>
Reviewed-by: Eduard Krein <eduard.krein at linutronix.de>
> ---
>  elbepack/commands/check-build.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/elbepack/commands/check-build.py
> b/elbepack/commands/check-build.py
> index 5e1b32c8..286ccee3 100644
> --- a/elbepack/commands/check-build.py
> +++ b/elbepack/commands/check-build.py
> @@ -7,6 +7,7 @@ import logging
>  import optparse
>  import os
>  import shutil
> +import sys
>  import tempfile
>  import traceback
>  

-- 
Eduard Krein
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 19; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy
can be found here): https://linutronix.de/legal/data-protection.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen |
Registergericht (Registration Court): Amtsgericht Freiburg i.Br.,HRB700
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas
Gleixner, Sharon Heck, Yulia Beck, Tiffany Silva




More information about the elbe-devel mailing list