Skip to content
Snippets Groups Projects

Add the annotator to the list of valid keywords

Closed Amir MOHAMMADI requested to merge keyword into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
131 131 if os.path.isfile(resource):
132 132 return read_config_file([resource], keyword)
133 133
134 if keyword not in valid_keywords:
135 raise ValueError("The given keyword '%s' is not valid. Please use one of %s!" % (str(keyword), str(valid_keywords)))
136
  • Amir MOHAMMADI added 1 commit

    added 1 commit

    • a4b2e31d - use a warning instead of an error

    Compare with previous version

  • Please register or sign in to reply
    Loading