Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed whitespace
  • Loading branch information
Joseph Atkins-Turkish committed Jul 17, 2018
commit 87f4b5dfebd233e106d74b11be29b294a7084e41
2 changes: 1 addition & 1 deletion fs/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class MissingInfoNamespace(AttributeError):

def __init__(self, namespace):
# type: (Text) -> None
self.namespace=namespace
self.namespace = namespace
msg = "namespace '{}' is required for this attribute"
super(MissingInfoNamespace, self).__init__(
msg.format(namespace)
Expand Down