From 5e7821fd1c3f7cb4f6562ebcf5ea7a2e04e44a68 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Thu, 18 Jan 2024 20:55:50 -0500 Subject: [PATCH] diff --- toolchain/mfc/count.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolchain/mfc/count.py b/toolchain/mfc/count.py index 4b8276c14..bdff3038c 100644 --- a/toolchain/mfc/count.py +++ b/toolchain/mfc/count.py @@ -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))