We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b19287 commit 6fd71adCopy full SHA for 6fd71ad
1 file changed
src/experimaestro/launcherfinder/parser.py
@@ -23,7 +23,7 @@ class SuppressStrMatch(StrMatch):
23
24
25
def mem_spec():
26
- return "mem", "=", RegExMatch(r"\d+(G|M)?")
+ return "mem", "=", RegExMatch(r"\d+(GiB|MiB|G|M)?")
27
28
29
def cores_spec():
0 commit comments