Skip to content

Set item for Presentation.rules does nothing #391

@james-d-mitchell

Description

@james-d-mitchell

If we do:

p = Presentation("abc")
p.rules = ["aaaa"]
p.rules[0] = "bbb"
p.rules
["aaaa"]

I think either we should make p.rules assignable (not sure if this is feasible) or it should throw an exception, silently failing like this caused me some confusion.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions