mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-07 17:24:57 +01:00
Updated for clean logs
This commit is contained in:
parent
bb3dd8ba06
commit
60dc3659f4
1 changed files with 0 additions and 1 deletions
|
@ -577,7 +577,6 @@ class Argparse(Configs):
|
||||||
|
|
||||||
def clean_logs(self) -> None:
|
def clean_logs(self) -> None:
|
||||||
if len(self.args) == 1:
|
if len(self.args) == 1:
|
||||||
self.check.is_empty_database(self.binary_repo)
|
|
||||||
clean = Cleanings(self.flags)
|
clean = Cleanings(self.flags)
|
||||||
clean.logs_deps()
|
clean.logs_deps()
|
||||||
raise SystemExit()
|
raise SystemExit()
|
||||||
|
|
Loading…
Reference in a new issue