[hg] galaxy 3520: remove bogus string.translate
details: http://www.bx.psu.edu/hg/galaxy/rev/262b16c8e277 changeset: 3520:262b16c8e277 user: fubar: ross Lazarus at gmail period com date: Thu Mar 11 13:51:53 2010 -0500 description: remove bogus string.translate diffstat: lib/galaxy/web/controllers/library_common.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diffs (12 lines): diff -r 39e4b119bdf4 -r 262b16c8e277 lib/galaxy/web/controllers/library_common.py --- a/lib/galaxy/web/controllers/library_common.py Thu Mar 11 13:41:40 2010 -0500 +++ b/lib/galaxy/web/controllers/library_common.py Thu Mar 11 13:51:53 2010 -0500 @@ -1357,8 +1357,6 @@ path = os.path.join( parent_folder.name, path ) parent_folder = parent_folder.parent path += ldda.name - if path > '': - path = path.translate(trantab) while path in seen: path += '_' seen.append( path )
participants (1)
-
Greg Von Kuster