Merge branch 'united' into scan-test

This commit is contained in:
Gnome Ann 2021-11-03 18:23:22 -04:00
commit ecfbbdb4a9
1 changed files with 1 additions and 1 deletions

View File

@ -1306,7 +1306,7 @@ def calcsubmitbudget(actionlen, winfo, mem, anotetxt, actions=vars.actions):
tokens = memtokens + witokens + prompttkns + tokens
# Send completed bundle to generator
ln = len(tokens)
ln = len(tokens) + lnsp
return tokenizer.decode(tokens), ln+1, ln+vars.genamt
#==================================================================#