Home
last modified time | relevance | path

Searched refs:csvfilename (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-test-automation/tools/
H A Dgithub_issues_to_csv130 csvfilename = "" variable
133 csvfilename = csvfilename + csvfilename_temp variable
134 csvfilename = csvfilename + "-issues.csv" variable
135 with open(csvfilename, "w") as csvfileout:
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dsimg_dump-python3.patch41 if csvfilename:
42 - csvfile = open(csvfilename, "wb")
43 + csvfile = open(csvfilename, "w", newline='')
46 output = verbose or csvfilename or showhash
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dsimg_dump-python3.patch41 if csvfilename:
42 - csvfile = open(csvfilename, "wb")
43 + csvfile = open(csvfilename, "w", newline='')
46 output = verbose or csvfilename or showhash