Skip to content

Commit cde9ada

Browse files
fix str int
1 parent 6000f1a commit cde9ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/diffgram/job/job.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def attach_output_dir(self, dir: Directory, action = 'copy'):
144144

145145
data = {
146146
'job_id': self.id,
147-
'output_dir': str(dir.id),
147+
'output_dir': dir.id,
148148
'output_dir_action': action
149149
}
150150
endpoint = "/api/v1/project/{}/job/set-output-dir".format(self.client.project_string_id)

0 commit comments

Comments
 (0)