Allow python extensions with uppercase letters. Refs #991

This commit is contained in:
baldurk
2018-12-06 10:52:14 +00:00
parent aad7551e4b
commit 3f84eff79c
-1
View File
@@ -181,7 +181,6 @@ rdcarray<ExtensionMetadata> CaptureContext::GetInstalledExtensions()
QFile f(fileinfo.absoluteFilePath());
QString package = fileinfo.absolutePath()
.toLower()
.replace(extensionFolder, QString())
.replace(QLatin1Char('/'), QLatin1Char('.'));