Skip to content

Commit

Permalink
fix #512
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcampbelljr committed Aug 20, 2024
1 parent f64a4f0 commit a264e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion looper/cli_divvy.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def main():
_LOGGER.debug("Divvy config: {}".format(args.config))
divcfg = select_divvy_config(args.config)
_LOGGER.info("Using divvy config: {}".format(divcfg))
dcc = ComputingConfiguration(filepath=divcfg)
dcc = ComputingConfiguration.from_yaml_file(filepath=divcfg)

if args.command == "list":
# Output header via logger and content via print so the user can
Expand Down

0 comments on commit a264e80

Please sign in to comment.