We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b0776 commit e7bc510Copy full SHA for e7bc510
upgrade_analysis/models/upgrade_analysis.py
@@ -243,9 +243,7 @@ def analyze(self):
243
general_log += contents
244
continue
245
if compare.module_map(key) not in modules:
246
- general_log += (
247
- "ERROR: module not in list of installed modules:\n" + contents
248
- )
+ general_log += f"---Probably obsolete module {key}---\n" + contents
249
250
if key not in modules:
251
# no need to log in full log the merged/renamed modules
0 commit comments