Skip to content

Commit

Permalink
Fixing the labels file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocavalcante committed Nov 20, 2019
1 parent 6e6080c commit a2609a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mustache/views/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def submit():
print("Error loading data file:", e)

try:
data.append({"name": files['file-labels'].filename,
data.append({"name": "ids",
"data": files['file-labels'].read()})

result['labels-file'] = files['file-labels'].filename
Expand Down

0 comments on commit a2609a2

Please sign in to comment.