Skip to content

Commit c3f22b7

Browse files
authored
Fix partly unexcepted VolumeNotAvailableError when acquiring an acquire (#87)
(DIS-2007)
1 parent 8d15a39 commit c3f22b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acquire/collector.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,9 @@ def collect_file(
300300
return
301301

302302
outpath = self._create_output_path(outpath or path, base)
303-
entry = path.get()
304303

305304
try:
305+
entry = path.get()
306306
if volatile:
307307
self.output.write_volatile(outpath, entry, size)
308308
else:

0 commit comments

Comments
 (0)