Skip to content

Commit

Permalink
modify download
Browse files Browse the repository at this point in the history
Signed-off-by: wzh <15779896112@163.com>
  • Loading branch information
zhihuiwan committed Mar 6, 2020
1 parent 681edea commit 4fb263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fate_flow/utils/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(self, component_parameters=None, args=None):
if not value:
fout.write(key + "\n")
else:
fout.write(key + self.parameters.get("delimitor", ",") + value + "\n")
fout.write(key + self.parameters.get("delimitor", ",") + str(value) + "\n")
lines += 1
if lines % 2000 == 0:
LOGGER.info("===== export {} lines =====".format(lines))
Expand Down

0 comments on commit 4fb263a

Please sign in to comment.