--- a/scripts/install-dependencies.py Sun Dec 03 14:54:00 2023 +0100 +++ b/scripts/install-dependencies.py Mon Jan 01 11:10:45 2024 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2022 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2022 - 2024 Detlev Offenbach <detlev@die-offenbachs.de> # # This script installs all packages eric depends on. @@ -18,7 +18,8 @@ """ Exit the install script. - @param rcode result code to report back (integer) + @param rcode result code to report back + @type int """ print()