foospidy / GrepBugs

A regex based source code scanner.
GNU General Public License v2.0
128 stars 27 forks source link

Error handling for full disk #8

Open foospidy opened 8 years ago

foospidy commented 8 years ago

Need to handle this error better:

Traceback (most recent call last): File "grepbugs.py", line 855, in scan_id = repo_scan(args.r, args.a, args.f, args.no_reports) File "grepbugs.py", line 407, in repo_scan checkout_code(cmd, checkout_url, account, project_name) File "grepbugs.py", line 567, in checkout_code os.makedirs(account_folder) File "/usr/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 28] No space left on device: '/home/grepbugs/opt/GrepBugs/remotesrc/...