Skip to content

Commit 6dfe23d

Browse files
committed
Yet another typo *sigh*
1 parent af12cdc commit 6dfe23d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drmaa/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __set__(self, instance, value):
208208
v = v.decode(ENCODING)
209209
vector.append("{0}={1}".format(k, v).encode(ENCODING))
210210
c(drmaa_set_vector_attribute, instance, self.name,
211-
string_vector(v))
211+
string_vector(vector))
212212

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

0 commit comments

Comments
 (0)