Skip to content
Snippets Groups Projects
Commit 3fe2bae8 authored by Erik Johnston's avatar Erik Johnston
Browse files

Missing staticmethod

parent aae77da7
No related branches found
No related tags found
No related merge requests found
...@@ -127,6 +127,7 @@ class FileStorageProviderBackend(StorageProvider): ...@@ -127,6 +127,7 @@ class FileStorageProviderBackend(StorageProvider):
if os.path.isfile(backup_fname): if os.path.isfile(backup_fname):
return FileResponder(open(backup_fname, "rb")) return FileResponder(open(backup_fname, "rb"))
@staticmethod
def parse_config(config): def parse_config(config):
"""Called on startup to parse config supplied. This should parse """Called on startup to parse config supplied. This should parse
the config and raise if there is a problem. the config and raise if there is a problem.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment