]> kaliko git repositories - mpd-sima.git/blobdiff - sima/utils/utils.py
Clean some linter warnings and errors
[mpd-sima.git] / sima / utils / utils.py
index c3e80d4139b097f18b80595d042321e6665a36c7..d226ef08303bf3fde53064743b73781e3e868158 100644 (file)
@@ -137,7 +137,6 @@ class Wfile(FileAction):
         if isdir(self._file):
             self.parser.error('need a file not a directory: {}'.format(self._file))
         if not exists(self._dir):
-            #raise ArgumentError(self, '"{0}" does not exist'.format(self._dir))
             self.parser.error('directory does not exist: {0}'.format(self._dir))
         if not exists(self._file):
             # Is parent directory writable then