Loading scripts/maint/practracker/util.py +16 −17 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ def get_tor_c_files(tor_topdir, include_dirs=None): else: topdirs = [ os.path.join(tor_topdir, inc) for inc in include_dirs ] # TO THE REVIEWER: I will fix this indentation shortly. -nm for topdir in topdirs: for root, directories, filenames in os.walk(topdir): # Remove all the directories that are excluded. Loading Loading
scripts/maint/practracker/util.py +16 −17 Original line number Diff line number Diff line Loading @@ -22,7 +22,6 @@ def get_tor_c_files(tor_topdir, include_dirs=None): else: topdirs = [ os.path.join(tor_topdir, inc) for inc in include_dirs ] # TO THE REVIEWER: I will fix this indentation shortly. -nm for topdir in topdirs: for root, directories, filenames in os.walk(topdir): # Remove all the directories that are excluded. Loading