I believe returning_to_current_branch() is missing its last line, which should read: ``` print(colored('returning to {0}'.format(branch_name), 'magenta')) +git.checkout(branch_name) ```