Skip to content

Commit

Permalink
Bug fix - changed save_scene_snapshot call to save_snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
rhfogh authored and marcus-oscarsson committed Nov 12, 2024
1 parent a8d3741 commit 9dd9ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubecore/HardwareObjects/mockup/CollectMockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def stop_collect(self):

@task
def _take_crystal_snapshot(self, filename):
HWR.beamline.sample_view.save_scene_snapshot(filename)
HWR.beamline.sample_view.save_snapshot(filename)

@task
def _take_crystal_animation(self, animation_filename, duration_sec=1):
Expand Down

0 comments on commit 9dd9ff3

Please sign in to comment.