mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Practracker: do not list problems when told to --list-overbroad.
This commit is contained in:
@@ -41,3 +41,10 @@ def get_tor_c_files(tor_topdir, include_dirs=None):
|
||||
files_list.append(full_path)
|
||||
|
||||
return files_list
|
||||
|
||||
class NullFile:
|
||||
"""A file-like object that we can us to suppress output."""
|
||||
def __init__(self):
|
||||
pass
|
||||
def write(self, s):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user