Updated for options check

This commit is contained in:
Dimitris Zlatanidis 2023-04-08 23:28:46 +03:00
parent ff624e3416
commit 48613cf692

View file

@ -28,7 +28,6 @@ class Tracking(Configs):
self.yellow: str = self.color['yellow']
self.endc: str = self.color['endc']
self.flag_pkg_version: list = ['-p', '--pkg-version']
self.flag_bin_repository: list = ['-B', '--bin-repo=']
self.repo_for_binaries: bool = self.utils.is_option(['-B', '--bin-repo='], self.flags)