commit/galaxy-central: inithello: Fixed functional test script creating stray directories in galaxy root.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/7fbdc9666006/ changeset: 7fbdc9666006 user: inithello date: 2012-11-29 19:06:02 summary: Fixed functional test script creating stray directories in galaxy root. affected #: 1 file diff -r 607e9db258f20ad47b8bb813508bd6a9056596b8 -r 7fbdc96660062a9194fc16039e6be3b63831ee4e test/tool_shed/functional_tests.py --- a/test/tool_shed/functional_tests.py +++ b/test/tool_shed/functional_tests.py @@ -129,7 +129,7 @@ else: database_connection = 'sqlite:///' + os.path.join( db_path, 'universe.sqlite' ) kwargs = {} - for dir in tool_shed_test_tmp_dir: + for dir in [ tool_shed_test_tmp_dir ]: try: os.makedirs( dir ) except OSError: 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