Skip to content

Commit

Permalink
Fix init parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Sep 14, 2017
1 parent c44057d commit 241bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/visualization/plugins/pluginframework.py
Expand Up @@ -48,7 +48,7 @@ class PageServingPluginManager(object):
#: name of files to search for additional template lookup directories
additional_template_paths_config_filename = 'additional_template_paths.xml'

def __init__(self, app, base_url='', template_cache_dir=None, **kwargs):
def __init__(self, app, base_url='', template_cache_dir=None, directories_setting=None, skip_bad_plugins=True, **kwargs):
"""
Set up the manager and load all plugins.
Expand Down

0 comments on commit 241bc43

Please sign in to comment.