Trees | Indices | Help |
---|
|
1 from coprs import exceptions 2 from coprs import db 3 from coprs.logic import coprs_logic 4 from commands.create_chroot import ChrootCommand 57 8 "Activates or deactivates a chroot" 91911 for chroot_name in chroot_names: 12 try: 13 coprs_logic.MockChrootsLogic.delete_by_name(chroot_name) 14 db.session.commit() 15 except exceptions.MalformedArgumentException: 16 self.print_invalid_format(chroot_name) 17 except exceptions.NotFoundException: 18 self.print_doesnt_exist(chroot_name)
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |