mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-26 11:17:59 +00:00
Fixed error with upload file
This commit is contained in:
@@ -170,7 +170,7 @@ class PartialMixUploadView(views.APIView):
|
||||
response = 'File creation in progress'
|
||||
|
||||
try:
|
||||
input_file = in_file = os.path.join(file_storage.base_location, cache_file)
|
||||
input_file = os.path.join(file_storage.base_location, cache_file)
|
||||
|
||||
# Chain the waveform & archive tasks together
|
||||
# Probably not the best place for them but will do for now
|
||||
|
||||
Reference in New Issue
Block a user