Fix global
This commit is contained in:
parent
099d7a844b
commit
81c9d130f2
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ def apply_extensions(text, typ):
|
||||||
return text
|
return text
|
||||||
|
|
||||||
def create_extensions_block():
|
def create_extensions_block():
|
||||||
|
global setup_called
|
||||||
# Updating the default values
|
# Updating the default values
|
||||||
for extension, name in iterator():
|
for extension, name in iterator():
|
||||||
if hasattr(extension, 'params'):
|
if hasattr(extension, 'params'):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue