summaryrefslogtreecommitdiff
path: root/MAT/exceptions.py
diff options
context:
space:
mode:
authorjvoisin2014-01-27 22:19:50 +0000
committerjvoisin2014-01-27 22:19:50 +0000
commita8195f5d8034f82aef04d2da223fc0a9c0dc9d38 (patch)
treecd62a5e74ac8a18c49a6e214a0d03f44d975380b /MAT/exceptions.py
parentdbc1c736e63797c7e88dcd9187fdb028a8de9e59 (diff)
Non-writtables test files are now chmod'ed to be properly removed.
Diffstat (limited to 'MAT/exceptions.py')
-rw-r--r--MAT/exceptions.py6
1 files changed, 6 insertions, 0 deletions
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):
6 '''This exception is raised when a file could not be removed 6 '''This exception is raised when a file could not be removed
7 ''' 7 '''
8 pass 8 pass
9
10class UnableToWriteFile(Exception):
11 '''This exception is raised when a file
12 can could not be chmod +w
13 '''
14 pass