The globals are not exposed to configfiles that de...
# beginners-need-help
m
The globals are not exposed to configfiles that defines globals as that gave an infinite recursion which is why I added
Copy code
if "globals" in str(config_file):
This is however not folowing the globals_pattern so it is a bit of a hack, but it works for my project at least