Skip to content

Fix use of 'U' mode in Python open() function #2170

@amitrdubey

Description

@amitrdubey

serial_regression.py errors out while running TestCases/cont_adj_euler/naca0012 test due to the use of 'U' mode in fromlines = open(fromfile, 'U').readlines() in TestCase.py.

'U' mode has been deprecated for a while and removed from latest Python versions.

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