diff --git a/script/local.py b/script/local.py index d9c8fe0..d0e1ac7 100644 --- a/script/local.py +++ b/script/local.py @@ -8,7 +8,7 @@ energy.setBlockingWrite(True) import ch.psi.pshell.data.LayoutTable class DataLayout( ch.psi.pshell.data.LayoutTable): def getLogFileName(self): - return time.strftime('%Y%m%d%H%M%S') + '_' + get_context().name + '_logs' + return time.strftime('%Y%m%d_%H%M') + '_' + + get_context().name + '_logs' def getDatasetName(self, scan): data_file = time.strftime('%Y%m%d_%H%M') + '_' + get_context().name + '_' + str(get_context().index).zfill(4)