diff options
author | tlatorre <tlatorre@uchicago.edu> | 2021-01-15 14:19:14 -0600 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-01-15 14:19:14 -0600 |
commit | 3839a97c674485fda0e853e1605761725a808825 (patch) | |
tree | 008ba47cb22a810bccfd284fe3c6752f94d5f1d5 /utils | |
parent | 5d60204392cd3388fba10b7f5b77c195dd8c2ece (diff) | |
download | sddm-master.tar.gz sddm-master.tar.bz2 sddm-master.zip |
Diffstat (limited to 'utils')
-rwxr-xr-x[-rw-r--r--] | utils/check-dqxx-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/check-dqxx-files b/utils/check-dqxx-files index 76fb35c..7c70fa1 100644..100755 --- a/utils/check-dqxx-files +++ b/utils/check-dqxx-files @@ -6,7 +6,7 @@ if __name__ == '__main__': import os from os.path import join, exists - parser = argparse.ArgumentParser("run null hypothesis test") + parser = argparse.ArgumentParser("check for missing dqxx files") parser.add_argument("--run-list", required=True, help="run list") args = parser.parse_args() |