diff options
author | Papoteur <papoteur@mageia.org> | 2023-11-06 14:47:46 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-11-06 14:47:46 +0100 |
commit | 59d3d144ba3345a34232f5b63d031f10de723598 (patch) | |
tree | 869c4c032637f769f788f7fd98fefba99d7308d0 | |
parent | c2f7aae094f99e3b366acd92d4f0fd47c00a7dd5 (diff) | |
download | mga-advisor-59d3d144ba3345a34232f5b63d031f10de723598.tar mga-advisor-59d3d144ba3345a34232f5b63d031f10de723598.tar.gz mga-advisor-59d3d144ba3345a34232f5b63d031f10de723598.tar.bz2 mga-advisor-59d3d144ba3345a34232f5b63d031f10de723598.tar.xz mga-advisor-59d3d144ba3345a34232f5b63d031f10de723598.zip |
Do not add .src in the sources
-rw-r--r-- | mga-advisor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mga-advisor.py b/mga-advisor.py index 705cf89..6f720eb 100644 --- a/mga-advisor.py +++ b/mga-advisor.py @@ -107,7 +107,7 @@ class Widget(QWidget): pkg = analyze.group(1) sources = self.src_populate(pkg) for source in sources: - suffix = ".src.mga" + source["mga_release"] + suffix = ".mga" + source["mga_release"] if source["repo"] in ("tainted", "nonfree"): suffix += "." + repo self.ui.list_src.addItem( |