Skip to content

Commit

Permalink
Remove DEFAULT_CALIBRATION_FILE from settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Jan 17, 2024
1 parent ee5ebb4 commit d3c169d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scos_actions/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
logger.debug(f"scos-actions: CONFIG_DIR:{CONFIG_DIR}")
ACTION_DEFINITIONS_DIR = CONFIG_DIR / "actions"
logger.debug(f"scos-actions: ACTION_DEFINITIONS_DIR:{ACTION_DEFINITIONS_DIR}")
DEFAULT_CALIBRATION_FILE = path.join(CONFIG_DIR, "default_calibration.json")
logger.debug(f"scos-actions: DEFAULT_CALIBRATION_FILE:{DEFAULT_CALIBRATION_FILE}")
SWITCH_CONFIGS_DIR = env("SWITCH_CONFIGS_DIR", default=None)
if SWITCH_CONFIGS_DIR:
SWITCH_CONFIGS_DIR = Path(SWITCH_CONFIGS_DIR)
Expand Down

0 comments on commit d3c169d

Please sign in to comment.