From a5f02142ff18ba618ca2e8162099199f69101094 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Fri, 13 Jan 2017 17:12:42 +0000
Subject: [PATCH] Fixes a bug, when trying to copy initial snapshot. Happened to Miha once ;)

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