Skip to content

Commit 6b07a87

Browse files
committed
Prep dev build
1 parent 395701f commit 6b07a87

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### nova-trame, 1.3.2
2+
3+
* Usability fixes for FileUpload and RemoteFileInput (thanks to John Duggan).
4+
15
### nova-trame, 1.3.1
26

37
* Fix vertical tabs not rendering properly in the compact theme (thanks to John Duggan).

pixi.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nova-trame"
3-
version = "1.3.1"
3+
version = "1.3.2-dev0"
44
description = "A Python Package for injecting curated themes and custom components into Trame applications"
55
authors = [
66
{ name = "John Duggan", email = "dugganjw@ornl.gov" },

src/nova/trame/model/remote_file_input.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def scan_current_path(
4141
self, current_path: str, showing_all_files: bool, filter: str
4242
) -> tuple[list[dict[str, Any]], bool]:
4343
failed = False
44+
files = []
4445
filter = filter.split("/")[-1]
4546

4647
try:

0 commit comments

Comments
 (0)