-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create tasklist error #319
Comments
Fix coming this morning.
Ross
…On Fri, Dec 2, 2022 at 4:44 AM dfasc01 ***@***.***> wrote:
Hi, when running create tasklist I receive this error
Traceback (most recent call last): File "__init__.py", line 65998, in
ProcessGAMCommand File "__init__.py", line 63927, in processTasklists
UnboundLocalError: local variable 'tasklistEntity' referenced before
assignment
Other commands such as print tasklist and update tasklist work fine.
Additional request - it would be great to be able to add "due" to the task
via create or update.
—
Reply to this email directly, view it on GitHub
<#319>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACCTYLYMKEKR5YT24BAMPC3WLHVLHANCNFSM6AAAAAASR4CZXY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Ross Scroggs
***@***.***
|
Bug fixed in 6.29.09, due option added. |
Absolute legend! Works perfectly, thank you so much for the quick turnaround |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, when running create tasklist I receive this error
Traceback (most recent call last): File "__init__.py", line 65998, in ProcessGAMCommand File "__init__.py", line 63927, in processTasklists UnboundLocalError: local variable 'tasklistEntity' referenced before assignment
Other commands such as print tasklist and update tasklist work fine.
Additional request - it would be great to be able to add "due" to the task via create or update.
v6.29.08
The text was updated successfully, but these errors were encountered: