Skip to content

Commit dfeae6f

Browse files
committed
Should be sample not d
1 parent 297dd98 commit dfeae6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/murfey/client/watchdir_multigrid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def _process(self):
132132
if sample not in self._seen_dirs:
133133
self._handle_metadata(sample)
134134
self._handle_fractions(
135-
d.parent.parent.parent
136-
/ f"{d.parent.name}_{d.name}",
135+
sample.parent.parent.parent
136+
/ f"{sample.parent.name}_{sample.name}",
137137
first_loop,
138138
)
139139

0 commit comments

Comments
 (0)