From d00e25d854a5c9d4234b750000bbd01749fe4337 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Fri, 13 Jan 2017 23:21:38 +0000 Subject: [PATCH] Fix in importing VTKRendering --- nir_log | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/nir_log b/nir_log index 69b7c71..6e896f5 100644 --- a/nir_log +++ b/nir_log @@ -70,6 +70,12 @@ host=kwargs.get('host', None) print("Demo analysis") print("Analysis on host "+host['name']+" for run "+run.Dir.fullpath()+" completed") + print("here comes info on the run variable:") + print(run) + print("here comes info on the host variable:") + print(host) + print("here comes info on the args variable:") + print(kwargs.get('args',None)) def plothbar(run, **kwargs): import matplotlib.pyplot as plt -- Gitblit v1.9.3