mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Remove comments
This commit is contained in:
parent
3df6c0af1e
commit
89a5198c4a
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class DownloadOnly(Configs):
|
||||||
self.option_for_directory: bool = self.utils.is_option(
|
self.option_for_directory: bool = self.utils.is_option(
|
||||||
('-z', '--directory'), flags)
|
('-z', '--directory'), flags)
|
||||||
|
|
||||||
def packages(self, packages: list) -> None: # type: ignore
|
def packages(self, packages: list) -> None:
|
||||||
|
|
||||||
if not self.directory.is_dir():
|
if not self.directory.is_dir():
|
||||||
print(self.errors.raise_error_message(f"Path '{self.directory}' does not exist", 1))
|
print(self.errors.raise_error_message(f"Path '{self.directory}' does not exist", 1))
|
||||||
|
|
Loading…
Add table
Reference in a new issue