Browse Source

[2595] Minor update to internal comment

Jelte Jansen 12 years ago
parent
commit
aa76df71dc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/cmdctl/cmdctl.py.in

+ 2 - 1
src/bin/cmdctl/cmdctl.py.in

@@ -289,7 +289,8 @@ class CommandControl():
             if key == 'version':
                 continue
             elif key in ['key_file', 'cert_file']:
-                #TODO, only check whether the file exist,
+                # TODO, only check whether the file exist, is a
+                # file, and is readable
                 # further check need to be done: eg. whether
                 # the private/certificate is valid.
                 path = new_config[key]