Skip to content

Commit

Permalink
Quote value to fix configparser error
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Sep 23, 2015
1 parent 43c13ee commit c96f0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/web/base/interactive_environments.py
Expand Up @@ -67,7 +67,7 @@ def load_deploy_config(self, default_dict={}):
# their defaults dictionary instead.
default_dict['command_inject'] = '--sig-proxy=true'
default_dict['docker_hostname'] = 'localhost'
default_dict['wx_tempdir'] = False
default_dict['wx_tempdir'] = 'False'
viz_config = ConfigParser.SafeConfigParser(default_dict)
conf_path = os.path.join( self.attr.our_config_dir, self.attr.viz_id + ".ini" )
if not os.path.exists( conf_path ):
Expand Down

0 comments on commit c96f0e3

Please sign in to comment.