-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7fed71
commit 77d364f
Showing
6 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.12.2 | ||
0.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ | |
# Author: Pavel Kirienko <[email protected]> | ||
|
||
from __future__ import annotations | ||
import os | ||
import sys | ||
import asyncio | ||
import functools | ||
|
@@ -199,7 +198,6 @@ def _mk_aliases(item: Any) -> set[str]: | |
help=f""" | ||
In order to use compiled DSDL namespaces, | ||
the directories that contain compilation outputs need to be specified using this option. | ||
The current working directory does not need to be specified explicitly. | ||
Examples: | ||
|
@@ -242,7 +240,6 @@ def _click_main( | |
""" | ||
_configure_logging(verbose) # This should be done in the first order to ensure that we log things correctly. | ||
|
||
path = (os.getcwd(), *path) | ||
_logger.debug("Path: %r", path) | ||
for p in path: | ||
sys.path.append(str(p)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters