ALBS-1040: Investigate why Pungi doesn't put modules packages into the final repos #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "ALBS-1040"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -819,3 +820,2 @@
class KojiMockPackageSet(PackageSetBase):
class KojiMockPackageSet(KojiPackageSet):
def __init__(
self,
Why double indentation for the arguments? Previous variant looks fine
It's pycharm and its rules) In some cases it does double indentation for which constructions.