mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-06-29 17:26:01 +00:00
fixed minor bug in parse-link-check.py
This commit is contained in:
@@ -81,7 +81,7 @@ with open (outFilePath, "w") as outF:
|
||||
print("See ./" + outFilePath + " for a detailed breakdown of broken links.")
|
||||
|
||||
if numBrokenLinks != 0:
|
||||
print (numBrokenLinks + " detected. Exiting with error code 255.")
|
||||
print (str(numBrokenLinks) + " detected. Exiting with error code 255.")
|
||||
sys.exit(-1)
|
||||
else:
|
||||
print ("No unexpected broken links detected.")
|
||||
|
||||
Reference in New Issue
Block a user