1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/8b773372d0dc/ changeset: 8b773372d0dc user: dan date: 2012-04-23 12:42:19 summary: Partial revert for c32b71dcfc84. affected #: 1 file diff -r d7fecd64a8027af7872e125d6772d3a04f5e1973 -r 8b773372d0dce1d815b90d257efa073d5a039e72 lib/galaxy/model/__init__.py --- a/lib/galaxy/model/__init__.py +++ b/lib/galaxy/model/__init__.py @@ -1125,7 +1125,7 @@ return ldda def clear_associated_files( self, metadata_safe = False, purge = False ): # metadata_safe = True means to only clear when assoc.metadata_safe == False - for assoc in self.implicitly_converted_datasets + self.implicitly_converted_parent_datasets: + for assoc in self.implicitly_converted_datasets: if not metadata_safe or not assoc.metadata_safe: assoc.clear( purge = purge ) def get_display_name( self ): 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.