Skip to content

Commit

Permalink
diff
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson committed Jan 19, 2024
1 parent babc399 commit 5e7821f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolchain/mfc/count.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def count_diff():
if MFC_COMPAREDIR is None:
raise MFCException("MFC_PR is not in your environment.")

print('compare dir', MFC_COMPAREDIR)

# MFC_COMPAREDIR="/Users/spencer/Downloads/MFC-shbfork"
for codedir in ['common'] + ARG("targets"):
dirfiles_root, dircount = handle_dir(os.path.join(MFC_ROOTDIR, 'src', codedir))
Expand Down

0 comments on commit 5e7821f

Please sign in to comment.