diff --git a/scripts/package.py b/scripts/package.py index bf988af..526c366 100644 --- a/scripts/package.py +++ b/scripts/package.py @@ -292,8 +292,7 @@ def publish(self): with os.scandir("repo") as d: if not any(d): - print(t.red(" There are no packages")) - return + print(t.yellow(" There are no packages")) PackageConfig.pull(self.image) cidirname = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))