summaryrefslogtreecommitdiff
path: root/src/backend/searchbinary.py
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2020-08-18 16:32:47 +0300
committerbionel <ionel.busuioc@gmail.com>2020-08-18 16:32:47 +0300
commit61bae3efdc42fc1d748e4d60d24ff45e885ea212 (patch)
tree01e002aa888ca2f179365672690d565cd56406fa /src/backend/searchbinary.py
parent9ea619cd8cf630016ac2e38988bf7e5a86e06559 (diff)
pythonize check.root :P
Diffstat (limited to 'src/backend/searchbinary.py')
-rw-r--r--src/backend/searchbinary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/searchbinary.py b/src/backend/searchbinary.py
index d4ce032..d2c9eac 100644
--- a/src/backend/searchbinary.py
+++ b/src/backend/searchbinary.py
@@ -127,7 +127,7 @@ def showSearch(filter, cat, pn, desc, single):
print("To search for source packages, use the '--ebuild' option.")
def start(filter, cat, pn, desc, single):
- if sisyphus.check.root() == 0:
+ if sisyphus.check.root():
sisyphus.update.start()
else:
print('\nYou are not root, cannot fetch updates.\nSearch result may be inaccurate!\n')