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
Branches
Tags
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 ...@@ -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] file_prefix = file_id.values()[0]
break break
default: default:
file_id file_prefix = file_id
break break
} }
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment