From 60989ecfbb7463140e7f00b75e602bae93112f55 Mon Sep 17 00:00:00 2001 From: x07maop Date: Sun, 3 Apr 2016 13:45:04 +0200 Subject: [PATCH] Startup --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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