Skip to content

Commit

Permalink
error message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Dec 5, 2016
1 parent c8040e2 commit d4a60d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class InvalidCharsInPath(InvalidPath):
class OperationFailed(FSError):
"""Base exception class for errors associated with a specific operation."""

default_message = "operation {opname} failed, {details}"
default_message = "operation failed, {details}"

def __init__(self, path=None, exc=None, msg=None):
self.path = path
Expand Down

0 comments on commit d4a60d5

Please sign in to comment.