commit/galaxy-central: greg: Fix a mis-named variable.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/f0fe84f46793/ changeset: f0fe84f46793 user: greg date: 2012-09-06 22:22:57 summary: Fix a mis-named variable. affected #: 1 file diff -r 42e544d00e75be44887b17f6985bcb251573e1de -r f0fe84f46793708dc5eac02442e2e9a72e1d9c70 lib/galaxy/webapps/community/controllers/common.py --- a/lib/galaxy/webapps/community/controllers/common.py +++ b/lib/galaxy/webapps/community/controllers/common.py @@ -266,7 +266,7 @@ if name.endswith( '.sample' ): relative_path = os.path.join( root, name ) copy_sample_file( trans.app, relative_path, dest_path=dest_path ) - sample_files_copied.append( name ) + sample_files.append( name ) return sample_files def copy_file_from_disk( filename, repo_dir, dir ): file_path = None 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