Skip to content

Commit d6d8757

Browse files
committed
Merge branch 'update-automation' of https://github.com/JoeOster/oneAPI-samples into update-automation
2 parents 976f6c2 + 9265342 commit d6d8757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.repo-tools/Docs_Automation/create_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def generateChangeLogLines(currentData, guidsVersions):
7272
url = currentData[key]['url']
7373
name = currentData[key]['name']
7474
cat = str(currentData[key]['categories'])
75-
except KeyError as e: # currently this is throwing a poor error message, for example IoT samples was left in GID.json, but removed from repo... the message below is inaccurate and should be GUID missing from current Data... so improvements are needed.
75+
except KeyError as e: # currently this is throwing a poor error message, for example IoT samples was left in GUID.json, but removed from repo... the message below is inaccurate and should be GUID missing from current Data... so improvements are needed.
7676
print("\tWarning with: " + key + " Missing from guids.json\n\t\t" + guidsVersions[key]['notes'][:50] + "...")
7777
continue
7878
ver = guidsVersions[key]['ver']

0 commit comments

Comments
 (0)