diff --git a/profiling_db_parser.py b/profiling_db_parser.py
index ee91f1b5ed9829ed271272272930852edb82da7d..af66036a9d77b572c8a4ad242646233449812913 100644
--- a/profiling_db_parser.py
+++ b/profiling_db_parser.py
@@ -148,7 +148,7 @@ def print_db_ktest():
         c.execute('SELECT DISTINCT job FROM events WHERE (file=?)',
                   (filename,))
         job = c.fetchall()
-        print("Job: j%s" % job)
+        print("Job: %s" % job[0])
 
         """ Go through the unique list of resources