We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbf042 commit f787878Copy full SHA for f787878
recoverpy/lib/helper.py
@@ -2,8 +2,6 @@
2
from re import findall
3
from subprocess import DEVNULL, call, check_output
4
5
-_IGNORED_PARTITIONS_TYPES: tuple = (" loop ", "swap")
6
-
7
8
def is_user_root() -> bool:
9
return geteuid() == 0
0 commit comments