Skip to content

Commit

Permalink
feat(plc4py): Missed a change
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed May 17, 2023
1 parent e8baa8e commit c447eb5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ protected List<Template> getDataIoTemplates(Configuration freemarkerConfiguratio
@Override
protected FreemarkerLanguageTemplateHelper getHelper(TypeDefinition thisType, String protocolName, String flavorName, Map<String, TypeDefinition> types,
Map<String, String> options) {
return new PythonLanguageTemplateHelper(thisType, protocolName, flavorName, types, options);
return new PythonLanguageTemplateHelper(thisType, protocolName, flavorName, types);
}

}

0 comments on commit c447eb5

Please sign in to comment.