summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Python.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Python.cpp')
-rw-r--r--lib/Plugins/Python.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Plugins/Python.cpp b/lib/Plugins/Python.cpp
index 12cc47ef..fc3e41c5 100644
--- a/lib/Plugins/Python.cpp
+++ b/lib/Plugins/Python.cpp
@@ -82,6 +82,14 @@ string CAnalyzerPython::GetGlobalUUID(const char *pDebugDumpDir)
return GetLocalUUID(pDebugDumpDir);
}
+void CAnalyzerPython::CreateReport(const char *pDebugDumpDir, int force)
+{
+ CDebugDump dd;
+ dd.Open(pDebugDumpDir);
+ dd.SaveText(FILENAME_RATING, "4");
+ dd.Close();
+}
+
void CAnalyzerPython::Init()
{
}