No PUT for logarchive

fixes #862
This commit is contained in:
Matt Jibson 2015-11-16 15:01:12 -05:00
parent a2001afb1f
commit 13aa6cfcfc

View file

@ -13,6 +13,8 @@ logger = logging.getLogger(__name__)
class LogArchiveHandlers(UserfilesHandlers):
methods = ['GET']
def get(self, file_id):
path = self._files.get_file_id_path(file_id)
try: