pdb traceing

This commit is contained in:
advaithm 2021-04-28 06:39:59 +05:30
parent e7a429db11
commit df86d2b80d
No known key found for this signature in database
GPG Key ID: E557E45E6DAFFC0C
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import os, stat, time, shutil, pathlib
import subprocess, logging
import pdb
from .exceptions import *
from .disk import *
from .general import *
@ -356,6 +356,7 @@ class Installer():
return True
def add_bootloader(self, bootloader='systemd-bootctl'):
pdb.set_trace()
boot_partition = None
root_partition = None
for partition in self.partitions: