Skip to content

Commit 87f4052

Browse files
authored
Merge pull request #230 from Rdornier/import-from-csv-fix
Import from csv fix
2 parents 03b9116 + 6870d5e commit 87f4052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omero/annotation_scripts/Import_from_csv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ def parameters_parsing(client):
980980
if "<PARENTS>" in to_exclude:
981981
to_exclude.remove("<PARENTS>")
982982
to_exclude.extend(["PROJECT", "DATASET", "SCREEN",
983-
"PLATE", "RUN", "WELL"])
983+
"PLATE", "RUN", "PLATEACQUISITION", "WELL"])
984984

985985
params[P_EXCL_COL] = to_exclude
986986

0 commit comments

Comments
 (0)