Skip to content

给项目提个patch #46

@FosterXu0723

Description

@FosterXu0723

@zhuifengshen 我在使用该项目时,生成的CSV文件会产生多余的空行的,所以对zentao.py代码进行优化,问题解决,希望作者可以参考

原代码:with open(zentao_file, 'w', encoding='utf8') as f:
优化后代码:with open(zentao_file, 'w', encoding='utf8',newline='') as f:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions