Now cell string :
fill -1:1
makes an error like this:
File "/home/krom/.local/lib/python3.6/site-packages/csg2csg/MCNPCellCard.py", line 191, in __get_keyword_value
result = regex.search(string)[0]
TypeError: 'NoneType' object is not subscriptable
fill = -1:1 - is ok.
But MCNP accept any fill sting, fill -1:1 as acceptable as fill = -1:1