[elbe-devel] [PATCH 13/13] pylint - virtapt fix String statement has no effect

Manuel Traut manut at linutronix.de
Thu Aug 30 17:05:24 CEST 2018


string should be a comment

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 elbepack/virtapt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/virtapt.py b/elbepack/virtapt.py
index cb2c9edf..f64e3b7c 100644
--- a/elbepack/virtapt.py
+++ b/elbepack/virtapt.py
@@ -152,7 +152,7 @@ class VirtApt(object):
                           "dir, '%s', already exists." % newdir)
         else:
             os.makedirs(newdir, mode)
-            """ mode is not set correctly """
+            # mode is not set correctly
             os.system("chmod 777 " + newdir)
 
     def touch(self, fname):
-- 
2.18.0




More information about the elbe-devel mailing list