Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jun 11, 2024
1 parent b91d3df commit 7aa7796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sardananxsrecorder/nxsrecorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ def _startRecordList(self, recordlist):
self.__vars["vars"]["serialno"] = ("_%05i" % self.__serial) \
if appendscanid else ""
self.__vars["vars"]["scan_id"] = envRec["serialno"]
self.__vars["vars"]["writer_modes"] = \
self.__vars["vars"]["acq_modes"] = \
",".join(self.writerModes or [])
self.__vars["vars"]["scan_title"] = envRec["title"]
if self.__macro:
Expand Down

0 comments on commit 7aa7796

Please sign in to comment.