commit/galaxy-central: greg: Fix a typo in the community common cntroller.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/3fa05d052e82/ changeset: 3fa05d052e82 user: greg date: 2012-05-24 22:47:25 summary: Fix a typo in the community common cntroller. affected #: 1 file diff -r 676546e7038ae833e524bbc4b4b26c81c71954bd -r 3fa05d052e820d21f1a6e5ae206d90edcc1a8782 lib/galaxy/webapps/community/controllers/common.py --- a/lib/galaxy/webapps/community/controllers/common.py +++ b/lib/galaxy/webapps/community/controllers/common.py @@ -774,7 +774,7 @@ break if in_ctx: tmp_tool_config = get_named_tmpfile_from_ctx( ctx, ctx_file, dir=work_dir ) - element_tree = util.parse_xml( tmp_config ) + element_tree = util.parse_xml( tmp_tool_config ) element_tree_root = element_tree.getroot() # Look for code files required by the tool config. tmp_code_files = [] Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket