Remove apostrophes that cause bug

Fix #6326
This commit is contained in:
Raz Luvaton
2020-03-26 13:08:24 +02:00
committed by GitHub
parent 8952f57cf4
commit ac1e5e4715

View File

@ -151,8 +151,8 @@ function CheckExemption($_ModName)
} }
function CheckFailedDriver($_ModName, $CIStats)'' function CheckFailedDriver($_ModName, $CIStats)
{'' {
Log "Module: " $_ModName.Trim() Log "Module: " $_ModName.Trim()
if(CheckExemption($_ModName.Trim()) - eq 1) if(CheckExemption($_ModName.Trim()) - eq 1)
{ {