Skip to content

Commit 4fb263a

Browse files
committed
modify download
Signed-off-by: wzh <15779896112@163.com>
1 parent 681edea commit 4fb263a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fate_flow/utils/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self, component_parameters=None, args=None):
4646
if not value:
4747
fout.write(key + "\n")
4848
else:
49-
fout.write(key + self.parameters.get("delimitor", ",") + value + "\n")
49+
fout.write(key + self.parameters.get("delimitor", ",") + str(value) + "\n")
5050
lines += 1
5151
if lines % 2000 == 0:
5252
LOGGER.info("===== export {} lines =====".format(lines))

0 commit comments

Comments
 (0)