Skip to content

Commit

Permalink
Fix #68
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Feb 24, 2023
1 parent 50818a8 commit 30136e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions yakut/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Author: Pavel Kirienko <[email protected]>

from __future__ import annotations
import os
import sys
import asyncio
import functools
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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))
Expand Down

0 comments on commit 30136e3

Please sign in to comment.