Skip to content

Commit

Permalink
Yet another typo *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Jan 6, 2014
1 parent af12cdc commit 6dfe23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drmaa/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def __set__(self, instance, value):
v = v.decode(ENCODING)
vector.append("{0}={1}".format(k, v).encode(ENCODING))
c(drmaa_set_vector_attribute, instance, self.name,
string_vector(v))
string_vector(vector))

def __get__(self, instance, _):
x = [i.split('=', 1) for i in
Expand Down

0 comments on commit 6dfe23d

Please sign in to comment.