mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed external files generation
This commit is contained in:
+4
-1
@@ -313,7 +313,10 @@ void Companion::ParseCurrentFileConfig(YAML::Node node) {
|
||||
|
||||
YAML::Node root = YAML::LoadFile(externalFileName);
|
||||
|
||||
ProcessFile(root);
|
||||
if (!this->gProcessedFiles.contains(this->gCurrentFile)) {
|
||||
ProcessFile(root);
|
||||
this->gProcessedFiles.insert(this->gCurrentFile);
|
||||
}
|
||||
|
||||
SPDLOG_INFO("Finishing processing of file: {}", currentFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user