Skip to content

Commit

Permalink
better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
fregataa committed Feb 18, 2025
1 parent cc08c29 commit d918d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ai/backend/manager/models/vfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def vfid(self) -> VFolderID:


def is_unmanaged(unmanaged_path: Optional[str]) -> bool:
return (unmanaged_path is not None) and bool(unmanaged_path)
return (unmanaged_path is not None) and unmanaged_path != ""


def verify_vfolder_name(folder: str) -> bool:
Expand Down

0 comments on commit d918d85

Please sign in to comment.