mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-25 18:58:19 +00:00
Fixed typo
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user