Python Forum
Git clone all of a Github user's public repositories (download all repositories)
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Git clone all of a Github user's public repositories (download all repositories)
#22
Quote:
self.git_clone = "git clone https://github.com/%s/%%s.git" % user
Why are you still using string expressions? Everyone uses format method now, and a lot are even using f-string above that.
https://python-forum.io/Thread-Basic-str...xpressions
Recommended Tutorials:
Reply


Messages In This Thread
RE: Git clone all of a Github user's public repositories (download all repositories) - by metulburr - Jul-20-2019, 10:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pong clone with classes OhNoSegFaultAgain 1 3,937 May-11-2019, 07:44 PM
Last Post: keames

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020