Skip to content

Replacing tabs with indents? #1

@jwien001

Description

@jwien001

In PyInterpretUtility.Test(), we loop through each code string and replace any tabs with Indent(4) (see lines 37 and 43). However, when indenting the professor code to fit inside the professor python function, only Indent(1) is used (see line 44). Should both be Indent(1), since one tab should be equivalent to only one level of indentation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions