manager/qubesmanager
AJ Jordan 047cfbc407
Remove unnecessary assert
First of all, the method that was being called has asserts of its own,
so it's guaranteed to either succeed or crash the program with
AssertionError. Second, asserts are optimized out by the interpreter
when -O is passed. Therefore, this code is buggy because it sometimes
wouldn't be run, but we need the side effects.
2019-07-01 17:23:48 -07:00
..
i18n spring cleaning part 2 2017-07-12 14:54:12 +02:00
tests More fixes to force tests to work 2019-05-20 23:23:03 +02:00
__init__.py Initial public commit. 2010-05-11 16:54:35 +02:00
.gitignore gitignore 2012-07-05 00:47:05 +02:00
about.py Add pylint disable too-few-methods 2018-10-24 11:27:47 +02:00
appmenu_select.py Final corrections 2017-11-14 15:44:43 +01:00
backup_utils.py Fixed GUI Restore tool bug 2018-03-15 00:18:43 +01:00
backup.py fix incorrect behavior after backup error 2019-03-20 23:34:19 +01:00
block.py Renamed 'VM' to 'qube' everywhere in manager 2018-01-28 20:26:29 +01:00
bootfromdevice.py Add missing space 2018-11-18 17:59:43 -05:00
clipboard.py Fixed GPL license 2017-11-06 21:06:30 +01:00
common_threads.py Merge remote-tracking branch 'origin/pr/166' 2019-04-05 00:53:32 +02:00
create_new_vm.py Changed wording in Create New Qube and fixed minor bug 2019-05-06 17:39:14 +02:00
device_list.py Fixed device handling in VM settings widget 2019-04-03 20:47:09 +02:00
dsa-4371-update Fix handling buster in dsa-4371-update script 2019-05-29 18:23:52 +02:00
firewall.py Opens services file as utf-8 even in edge cases 2018-12-28 17:41:53 +01:00
global_settings.py Remove unnecessary assert 2019-07-01 17:23:48 -07:00
informationnotes.py Fixed 'About' window 2018-01-08 04:22:54 +01:00
log_dialog.py Fixed error with large logs 2018-06-20 23:08:22 +02:00
mount_for_backup.sh Remove trailing semicolons 2014-02-23 00:44:08 +01:00
multiselectwidget.py Final corrections 2017-11-14 15:44:43 +01:00
qube_manager.py More safeguards for a VM that started in a weird way 2019-06-03 21:21:48 +02:00
qvm_about.sh Add extended information and Network diagram to Manager 2017-01-26 20:36:39 +00:00
releasenotes.py Fixed 'About' window 2018-01-08 04:22:54 +01:00
restore.py Added info to Restore Backup widget about dom0 restore 2019-01-16 21:11:43 +01:00
settings.py Cleaned up QThreads usage in VM Settings 2019-06-14 21:13:56 +02:00
table_widgets.py More documentation and added another column for default_dispvm to Qube Manager 2019-04-03 19:21:25 +02:00
template_manager.py Fixed DispVM handling in Template Manager 2019-01-14 14:57:00 +01:00
utils.py Sorted kernels in VM settings 2019-06-10 00:37:32 +02:00