mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
fix test
This commit is contained in:
@@ -31,6 +31,9 @@ def get_custom_print(args):
|
||||
return
|
||||
del kwargs['type']
|
||||
|
||||
if 'category' in kwargs:
|
||||
del kwargs['category']
|
||||
|
||||
built_in_print(message, **kwargs)
|
||||
|
||||
ipc_client_instance = None
|
||||
|
||||
Reference in New Issue
Block a user