We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664489c commit 3ea7b66Copy full SHA for 3ea7b66
src/murfey/client/contexts/spa_metadata.py
@@ -181,7 +181,11 @@ def post_transfer(
181
},
182
)
183
184
- elif transferred_file.suffix == ".dm" and environment:
+ elif (
185
+ transferred_file.suffix == ".dm"
186
+ and transferred_file.name.startswith("GridSquare")
187
+ and environment
188
+ ):
189
gs_name = transferred_file.stem.split("_")[1]
190
fh_positions = _foil_hole_positions(transferred_file, int(gs_name))
191
source = _get_source(transferred_file, environment=environment)
0 commit comments