Less verbose when echoing source updates.
authorSteven Black <redacted>
Sun, 14 Feb 2016 01:53:22 +0000 (20:53 -0500)
committerSteven Black <redacted>
Sun, 14 Feb 2016 01:53:22 +0000 (20:53 -0500)
updateHostsFile.py

index 776fafb55255a4d66b5de43b06a34e2594119ca7..fc2f67e29f92794abce9f29b7f3236a136f4d6cd 100644 (file)
@@ -192,7 +192,7 @@ def updateAllSources():
         updateURL = getUpdateURLFromFile(source)
         if updateURL is None:
             continue
-        print ("Updating source " + source + " from " + updateURL)
+        print ("Updating source " + os.path.basename(source) + " from " + updateURL)
         # Cross-python call
         updatedFile = getFileByUrl(updateURL)
 
git clone https://git.99rst.org/PROJECT