[hg] galaxy 1585: Fix typo on call to set_meta.
details: http://www.bx.psu.edu/hg/galaxy/rev/6259ebdd0e99 changeset: 1585:6259ebdd0e99 user: Dan Blankenberg <dan@bx.psu.edu> date: Thu Oct 30 13:35:19 2008 -0400 description: Fix typo on call to set_meta. 1 file(s) affected in this change: lib/galaxy/jobs/__init__.py diffs (12 lines): diff -r 95bdb18ee62b -r 6259ebdd0e99 lib/galaxy/jobs/__init__.py --- a/lib/galaxy/jobs/__init__.py Wed Oct 29 17:32:09 2008 -0400 +++ b/lib/galaxy/jobs/__init__.py Thu Oct 30 13:35:19 2008 -0400 @@ -423,7 +423,7 @@ dataset.blurb = "error" elif dataset.has_data(): # Only set metadata values if they are missing... - dataset.set_meta( overwrite_exisiting = False ) + dataset.set_meta( overwrite = False ) dataset.set_peek() else: dataset.blurb = "empty"
participants (1)
-
Greg Von Kuster