Skip to content

Commit

Permalink
Added comment on code to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jan 31, 2025
1 parent 226b223 commit b95d23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxcubecore/HardwareObjects/XMLRPCServer.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def move_diffractometer(self, roles_positions_dict):
return True

def save_twelve_snapshots_script(self, path):
path = path[14:]
path = path[14:] # NBNB: Temporary fix, to be addressed in calling code
logging.getLogger("HWR").info(
"Taking 6 snapshots to be saved in %s " % str(path)
)
Expand Down

0 comments on commit b95d23c

Please sign in to comment.