Skip to content

Public API uses str to represent paths #130

@bkeryan

Description

@bkeryan

Bug Report

https://github.com/ni/nipanel-python/blob/main/src/nipanel/_streamlit_panel.py uses str for paths.

Repro or Code Sample

https://github.com/ni/nipanel-python/blob/main/src/nipanel/_streamlit_panel.py

Expected Behavior

It uses pathlib.

Current Behavior

It uses str.

Possible Solution

Use pathlib.

AB#3220927

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions