Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Augeas no method error #76

@slntopp

Description

@slntopp

It can happen that

aug = Augeas.create(:no_modl_autoload => true,
                    :no_load          => true,
                    :root             => work_file_dir,
                    :loadpath         => ONED_CONF)

won't work

Although using aug = Augeas.open(work_file_dir, ONED_CONF) instead does work.

Some work around should be implemented to handle this exception

Metadata

Metadata

Assignees

No one assigned

    Labels

    potential bugSomething isn't working with some installs

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions