Skip to content
Snippets Groups Projects
Verified Commit 1db31f43 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

CONTRIBUTING.md: fix bug in file_prefix definition

parent 11121155
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ If you want to use information within the `file_id` to name outputs in your `scr
file_prefix = file_id.values()[0]
break
default:
file_id
file_prefix = file_id
break
}
```
......
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