From d7b36e9ff7ff720d95d2d0b76c263aad66ea0237 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 21 Feb 2015 10:35:05 +0100 Subject: [PATCH] [machineid] add python doc strings --- src/modules/machineid/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/machineid/main.py b/src/modules/machineid/main.py index 158f729b3..5bd807428 100644 --- a/src/modules/machineid/main.py +++ b/src/modules/machineid/main.py @@ -24,8 +24,7 @@ from libcalamares.utils import check_chroot_call def run(): - """ - + """ Generate machine-id using dbus and systemd. :return: """