Skip to content

Commit

Permalink
Par défault pas d'options pour les métadonnées
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyikillua committed Mar 8, 2017
1 parent 01d5523 commit 36b9f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archeo-lex
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def principal(arguments):
data['format'] = {}
data['format']['dialecte'] = arguments.get('--dialecte') or 'markdown'
data['format']['historique'] = arguments.get('--historique') or 'git'
data['format']['metadonnees'] = arguments.get('--metadonnees') or False
data['format']['metadonnees'] = arguments.get('--metadonnees') or ''
data['format']['organisation'] = arguments.get('--organisation') or 'fichier-unique'

# Lecture des autres paramètres
Expand Down

0 comments on commit 36b9f62

Please sign in to comment.