Skip to content

Commit dbf0b37

Browse files
committed
initialise list
1 parent ef14979 commit dbf0b37

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/murfey/client/contexts

src/murfey/client/contexts/sxt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def post_transfer(
168168
return False
169169

170170
# Read the tilt angles and pixel size from the txrm
171+
angles: list = []
171172
metadata: dict[str, Any] = {
172173
"source": str(self._basepath),
173174
"tilt_series_tag": transferred_file.stem,

0 commit comments

Comments
 (0)