Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Jun 10, 2024
1 parent c090008 commit cb34cbb
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 @@ -1057,7 +1057,7 @@ def _startRecordList(self, recordlist):

self.__nexuswriter_device.jsonrecord = rec
self.acquisitionModes = self.__variableList(
"NeXusAcquisitionMode")
"NeXusAcquisitionModes")
if "NOINIT" in self.acquisitionModes:
self.__nexuswriter_device.skipAcquisition = True

Expand Down

0 comments on commit cb34cbb

Please sign in to comment.