Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 288197a

Browse filesBrowse files
committed
!squash tweak
1 parent 609a123 commit 288197a
Copy full SHA for 288197a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libvcs/projects/base.py

Copy file name to clipboardExpand all lines: libvcs/projects/base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class BaseProject(Protocol):
4444
schemes: Tuple[str, ...] = ()
4545
"""List of supported schemes to register in ``urlparse.uses_netloc``"""
4646

47-
dir: StrPath
47+
dir: Optional[StrPath]
4848
"""CWD of project"""
4949

5050
def __init__(self, *, url: str, dir: StrPath, progress_callback=None, **kwargs):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.