Skip to content

Commit

Permalink
fix: migrate command add new flags option to config
Browse files Browse the repository at this point in the history
  • Loading branch information
agarsev committed Sep 20, 2021
1 parent 3b4a1e7 commit d7e2f31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quevedo/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ def list_to_dict(a: Grapheme):
dataset.config['train_folds'] = [0, 1, 2, 3, 4, 5, 6, 7]
dataset.config['test_folds'] = [8, 9]

# Add "flags"
dataset.config['flags'] = {"done": "✔️", "problem": "⚠️", "notes": "📝"}


@click.command('migrate')
@click.pass_obj
Expand Down

0 comments on commit d7e2f31

Please sign in to comment.