You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 usernameyourUser="mikeysan"remoteUser=str(sys.argv[1])
repository=str(sys.argv[2])
# os.path.isdir(path)# TODO: Change working directorychgDir=os.chdir('C:\\Users\\phil4\\Documents')
path=os.getcwd()
The text was updated successfully, but these errors were encountered:
Highlight the places where the user should reassigned the variables' values. Maybe you could use a TODO to do so. For example,
The text was updated successfully, but these errors were encountered: