diff --git a/run.py b/run.py index 95ba861746dc..23bc7f5e0c8a 100644 --- a/run.py +++ b/run.py @@ -44,6 +44,7 @@ "image", # todo, remove this "exception", "private", + "url", "prepend", # todo, remove "append" # todo, remove ], @@ -956,6 +957,8 @@ def reset_reprocessed_leaves(section, processed_ids): if section: if section['is_leaf']: if section['id'] in processed_ids: + if section['type'] == 'script': + section.pop('url', None) keys = section.keys() for key in keys: if key not in tree_keys['leaf'] and key not in languages: