You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def version_options():
return ([str(x) for x in range(13, 40)]
+ [str(x) for x in range(310, 312)]
+ [str(x) for x in range(400, C.get('masterBranch'))]
+ ['master'])
Does not add 405 to the list.
The text was updated successfully, but these errors were encountered:
Ah actually I can see my masterBranch is still set to 405 even after mdk doctor --all --fix. After manually editing the config file, mdk create is happy again. I guess this can be closed but it's odd that I had to manually update that.
I guess the issue is the new
version_options
thing. This code:Does not add 405 to the list.
The text was updated successfully, but these errors were encountered: