Less verbose when echoing source updates.

This commit is contained in:
Steven Black
2016-02-13 20:53:22 -05:00
parent 256d22f935
commit 32cde9692e
+1 -1
View 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)