Skip to content

Commit

Permalink
Apply plugin constraint decorator to change order of loading entry po…
Browse files Browse the repository at this point in the history
…ints
  • Loading branch information
giffels committed Feb 26, 2020
1 parent 97211a8 commit 6cc71f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tardis/configuration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from ..utilities.simulators import * # noqa: F403, F401

from cobald.daemon.config.mapping import Translator
from cobald.daemon.plugins import constraints as plugin_constraints

from base64 import b64encode
import os
Expand All @@ -31,6 +32,7 @@ def translate_config(obj):
return obj


@plugin_constraints(before={"pipeline"})
class Configuration(Borg):
_shared_state = AttributeDict()

Expand Down

0 comments on commit 6cc71f5

Please sign in to comment.