Skip to content
Snippets Groups Projects
Commit 4d260534 authored by Andreas Herten's avatar Andreas Herten
Browse files

Change docstring

parent 9a655e1b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import argparse
def parse(inputfile, keep, remove, basekey):
"""
Take inputfile, parse the JSON, clone two versions, delete the dictionary items which are from the wrong path (i.e. no exercise: task in the solution Notebook) and safe with respective suffixes.
From inputfile, parse the JSON and remove those cells which have values of the basekey, which are in the list of tags to remove but not in the list of tags to remove.
"""
notebook = json.load(inputfile)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment