Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Highlight the variables to be reassigned #2

Open
Akshu-on-github opened this issue Jan 7, 2021 · 3 comments
Open

Highlight the variables to be reassigned #2

Akshu-on-github opened this issue Jan 7, 2021 · 3 comments

Comments

@Akshu-on-github
Copy link
Contributor

Highlight the places where the user should reassigned the variables' values. Maybe you could use a TODO to do so. For example,

# TODO: Set variables to GitHub username
yourUser = "mikeysan"
remoteUser = str(sys.argv[1])
repository = str(sys.argv[2])

# os.path.isdir(path)

# TODO: Change working directory
chgDir = os.chdir('C:\\Users\\phil4\\Documents')
path = os.getcwd()
@mikeysan
Copy link
Owner

mikeysan commented Jan 7, 2021

Oh yeah. You're right. Duh.

Wanna raise a PR with the changes?

I'll edit the readme pointing out the folks should look out for them in the code.

@Akshu-on-github
Copy link
Contributor Author

Sure thing! Are there any variables other than the two above?

@mikeysan
Copy link
Owner

mikeysan commented Jan 8, 2021

Those are the only hardcoded two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants