Skip to content

Commit

Permalink
Fix pointer to third
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Jun 22, 2023
1 parent d440f09 commit b7eb2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/omero_mkngff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
new_fileset, new_file, i-1, 'unknown');
-- use the third file as the target for setId (assumed to be the first .zattrs)
if i = 1 then
if i = 3 then
update pixels set path = trim(trailing '/' from info[i][1]), name = info[i][2]
from (select id from image where image.fileset = old_fileset) as subquery
where pixels.image = subquery.id;
Expand Down

0 comments on commit b7eb2ff

Please sign in to comment.