Skip to content

Commit

Permalink
cli: fix typo
Browse files Browse the repository at this point in the history
* Fixes 'person_source' typo in cli.

Co-Authored-by: Lauren-D <[email protected]>
  • Loading branch information
lauren-d committed Mar 2, 2020
1 parent 6ba34a5 commit 6c7ca20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rero_ils/modules/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ def export(verbose, pid_type, outfile, pidfile, indent, schema):
'RERO_ILS_PERSONS_SOURCES', [])
for persons_source in persons_sources:
try:
del rec[persons_sources]['$schema']
del rec[persons_source]['$schema']
except:
pass
output = ''
Expand Down

0 comments on commit 6c7ca20

Please sign in to comment.