taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
703 stars 87 forks source link

Create tasklist error #319

Closed dfasc01 closed 1 year ago

dfasc01 commented 1 year ago

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

taers232c commented 1 year ago

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 https://github.com/taers232c/GAMADV-XTD3/issues/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 @.***

taers232c commented 1 year ago

Bug fixed in 6.29.09, due option added.

dfasc01 commented 1 year ago

Absolute legend! Works perfectly, thank you so much for the quick turnaround