Merge pull request #351 from Azaezel/queueQQ

replicate exec signatures for queueExec
This commit is contained in:
Brian Roberts 2020-10-05 15:19:28 -05:00 committed by GitHub
commit 142877650d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ function SimSet::queueExec(%scopeSet, %execFilePath, %isExclusive)
if ($traceModuleCalls)
warn("module root path="@ makeRelativePath(%moduleDef.ModulePath));
%fullPath = makeRelativePath(%moduleDef.ModulePath) @ %execFilePath;
%fullPath = pathConcat(%moduleDef.ModulePath, %execFilePath);
///go through all entries
%locked = false;
%execFilecount = ExecFilesList.count();