diff options
| -rw-r--r-- | mat/mat.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -72,7 +72,7 @@ def get_sharedir(): | |||
| 72 | ''' | 72 | ''' |
| 73 | if os.path.isfile('FORMATS'): | 73 | if os.path.isfile('FORMATS'): |
| 74 | return '' | 74 | return '' |
| 75 | elif os.path.exist('/usr/local/share/mat/'): | 75 | elif os.path.exists('/usr/local/share/mat/'): |
| 76 | return '/usr/local/share/mat/' | 76 | return '/usr/local/share/mat/' |
| 77 | 77 | ||
| 78 | 78 | ||
