Skip to content

Commit

Permalink
Merge pull request #667 from linsword13/daed-code
Browse files Browse the repository at this point in the history
Remove an unused config util
  • Loading branch information
douglasjacobsen authored Sep 30, 2024
2 parents 5340f26 + 583a5d6 commit c51c17d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/ramble/ramble/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,12 +941,6 @@ def set(path, value, scope=None):
return config.set(path, value, scope)


def add_default_platform_scope(platform):
plat_name = os.path.join("defaults", platform)
plat_path = os.path.join(configuration_paths["defaults"][1], platform)
config.push_scope(ConfigScope(plat_name, plat_path))


def scopes():
"""Convenience function to get list of configuration scopes."""
return config.scopes
Expand Down

0 comments on commit c51c17d

Please sign in to comment.