Skip to content
Snippets Groups Projects

DmpFlagger: remove git dependency

Merged David Schäfer requested to merge dmpflagger into develop
2 unresolved threads

Closing #121 (closed)

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
36 36 def __init__(self, dtype):
37 37 # NOTE: the type of the _flags DictOfSeries
38 38 self.dtype = dtype
39 self.extra_defaults = dict()
  • 36 35
    37 36
    38 37 class DmpFlagger(CategoricalFlagger):
    39 def __init__(self, include_version=True):
    38 def __init__(self, **kwargs):
    40 39 super().__init__(FLAGS)
    41 40 self.flags_fields = [FlagFields.FLAG, FlagFields.CAUSE, FlagFields.COMMENT]
    42 self.extra_defaults = dict(cause=FLAGS[0], comment="")
  • David Schäfer added 1 commit

    added 1 commit

    • 021f13fd - Flagger: bring the undead back to life

    Compare with previous version

  • Bert Palm approved this merge request

    approved this merge request

  • Bert Palm assigned to @schaefed and unassigned @palmb

    assigned to @schaefed and unassigned @palmb

  • David Schäfer mentioned in commit cc3c0e6e

    mentioned in commit cc3c0e6e

  • Please register or sign in to reply
    Loading