yatima1460 / Drill

Search files without indexing, but fast crawling
https://drill.software/
GNU General Public License v2.0
268 stars 21 forks source link

psutilcheck not defined? #4

Closed KowalskiThomas closed 5 years ago

KowalskiThomas commented 5 years ago

Describe the bug When starting drill with python3 drill.py, I get the following error:

  File "drill.py", line 519
    global psutilcheck
    ^
SyntaxError: name 'psutilcheck' is used prior to global declaration

To Reproduce Steps to reproduce the behavior:

  1. Start drill

Desktop (please complete the following information):

Additional context I just cloed the repository and launched the script.

yatima1460 commented 5 years ago

psutil is now needed to grab a list of real mount points, fixed by removing the check