diff --git a/python/podio/test_MemberParser.py b/python/podio/test_MemberParser.py index 220a6fb73..08b4e47ab 100644 --- a/python/podio/test_MemberParser.py +++ b/python/podio/test_MemberParser.py @@ -1,5 +1,5 @@ -#!/usr/bin/env python +# !/usr/bin/env python """ Tests for the MemberParser highlighting what it is currently capable of and what trips it up diff --git a/python/podio_class_generator.py b/python/podio_class_generator.py index 2ba251a9a..c1370ea08 100755 --- a/python/podio_class_generator.py +++ b/python/podio_class_generator.py @@ -561,7 +561,7 @@ def _build_julia_include_for_class(self, classname, include_from: IncludeFrom) - if include_from == IncludeFrom.NOWHERE: # We don't need an include in this case return '' - + return f'include("{inc_folder}{classname}Struct.jl")' def _sort_includes(self, includes):