---------------------------------------------------------------------------
MismatchGlob Traceback (most recent call last)
<ipython-input-6-9226c1be1eff> in <module>()
----> 1 ext.glob(glob_str, 4, mismatch='raise') # can also raise an error with mismatches
/mnt/c/Users/Solactus/Google Drive/Bash/ahh/ahh/ext.py in glob(glob_str, nfiles, mismatch)
779 raise MismatchGlob(mismatch_fmt.format(nfiles,
780 glob_str,
--> 781 glob_len)
782 )
783 else:
MismatchGlob: Expected 4 files from /mnt/c/Users/Solactus/Google Drive/Bash/ahh/ahh/data/*1948.nc, but got 2 files!