From 4e6b885e743538debd7e216ebb76ebfcc57cb2af Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sat, 07 Jan 2017 21:25:19 +0000
Subject: [PATCH] Fixing running the remote simulations

---
 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