From 8b7022dd45f354a416867c257f8bdc254afe4e14 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Fri, 13 Jan 2017 23:15:52 +0000 Subject: [PATCH] Changes of VTKRendering due to possibility to compile VTK7 --- 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