X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Futils%2Futils.py;h=d226ef08303bf3fde53064743b73781e3e868158;hb=37dd60538984a3917354b794a5c96b0a025f8e95;hp=c3e80d4139b097f18b80595d042321e6665a36c7;hpb=4588df9c898a607a53072957a1ed829601dd0958;p=mpd-sima.git diff --git a/sima/utils/utils.py b/sima/utils/utils.py index c3e80d4..d226ef0 100644 --- a/sima/utils/utils.py +++ b/sima/utils/utils.py @@ -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