Skip to content

Commit

Permalink
fix upload_neuron
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Jul 16, 2021
1 parent 9bdd2cc commit a5416e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymaid/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def upload_neuron(x, import_tags=False, import_annotations=False,

# Keep SWC node map
swc_map = ns.write_swc(x,
filename=f,
filepath=f,
export_connectors=False,
labels=False,
return_node_map=True)
Expand Down

0 comments on commit a5416e9

Please sign in to comment.