From a8195f5d8034f82aef04d2da223fc0a9c0dc9d38 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 27 Jan 2014 22:19:50 +0000 Subject: Non-writtables test files are now chmod'ed to be properly removed. --- MAT/exceptions.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MAT/exceptions.py') diff --git a/MAT/exceptions.py b/MAT/exceptions.py index 7972f20..47da15c 100644 --- a/MAT/exceptions.py +++ b/MAT/exceptions.py @@ -6,3 +6,9 @@ class UnableToRemoveFile(Exception): '''This exception is raised when a file could not be removed ''' pass + +class UnableToWriteFile(Exception): + '''This exception is raised when a file + can could not be chmod +w + ''' + pass -- cgit v1.3