Informative message added.

This commit is contained in:
Éder F. Zulian
2016-10-18 16:30:31 +02:00
parent 8877f43b07
commit 20bb441a91

View File

@@ -165,7 +165,7 @@ def generatePlots(pathToTrace):
cursor.execute(" SELECT WindowSize FROM GeneralInfo")
windowSize = float(cursor.fetchone()[0])
if(windowSize == 0):
outputFiles = "No output file created"
outputFiles = "No output file created. Check WindowSize and EnableWindowing configs."
else:
cursor.execute(" SELECT TraceEnd FROM GeneralInfo ")
traceEnd = float(cursor.fetchone()[0])