Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Not able to create project on bitbucket cloud

Niyanta May 17, 2020

FUNCTION

def create_bitbucket_project():
       name = input("Enter project name \n")
       description = input("Enter description \n")
       print(bitbucket.create_project(project_key, name, description))
       input("press any key to continue")

ERROR

raise TypeError(f'Object of type {o.__class__.__name__} '
TypeError: Object of type function is not JSON serializable

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events