taskcluster / taskgraph

Generates task dependency graphs for Taskcluster CI
Mozilla Public License 2.0
16 stars 42 forks source link

feat(config): implement 'get()' for GraphConfig #577

Closed ahal closed 2 months ago

ahal commented 2 months ago

I keep tripping up over the fact that graph_config isn't a dict and trying to use things like get. Maybe we should make it subclass a dict, but for now simply implementing .get() will solve most of my problems.