Skip to content
Snippets Groups Projects
Commit 93696a20 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

Merge branch 'fix' into 'master'

fix last merge

See merge request !4
parents a58391d8 cac502d8
No related branches found
No related tags found
1 merge request!4fix last merge
Pipeline #2382 passed with stage
in 9 minutes and 56 seconds
......@@ -31,7 +31,6 @@ def main(config, data, flagger, outfile, nodata, fail):
nodata=nodata,
error_policy="raise" if fail else "warn",
)
[cols_out].to_csv(outfile, header=True, index=True)
if outfile:
flags = flagger_result.getFlags()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment