Skip to content

How to stop opening a new terminal window for each command? #9

@evandrocoan

Description

@evandrocoan

I am import this like this:

import os
import sys

current_directory = os.path.dirname( os.path.realpath( __file__ ) )
sys.path.insert( 0, os.path.join( current_directory, 'find_forks/six' ) )
sys.path.insert( 0, os.path.join( current_directory, 'find_forks/find_forks' ) )

from find_forks import find_forks
...
            user, repository = parse_upstream( upstream )
            find_forks( user, repository )

But for each git command command it do, it open a new shell terminal window.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions