diff --git a/script/local.py b/script/local.py index 7dc90aa..2bc2ec0 100644 --- a/script/local.py +++ b/script/local.py @@ -10,7 +10,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') + '_' + get_context().script + '_logs' + return time.strftime('%Y%m%d_%H%M') + '_' + get_context().name + '_logs' def getDatasetName(self, scan): print get_context().count