From cb14778dfe5e78ad75cf681df21aa3d04544490a Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 26 Jul 2015 20:48:32 +0100 Subject: [PATCH] Fixed typo --- api/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/views.py b/api/views.py index 9bf1d9c..9b8ba6e 100755 --- a/api/views.py +++ b/api/views.py @@ -175,7 +175,7 @@ class PartialMixUploadView(views.APIView): try: logger.debug("Received input file") - logger.debug("Storage is {0}".format(file_storate.base_location)) + logger.debug("Storage is {0}".format(file_storage.base_location)) input_file = os.path.join(file_storage.base_location, cache_file) logger.debug("Input file generating")