1
0
mirror of https://github.com/nophead/NopSCADlib.git synced 2025-07-31 20:50:15 +02:00

Updated examples.

This commit is contained in:
Chris Palmer
2025-05-16 19:22:02 +01:00
parent 5c289bb7f5
commit 9c5014b73d
48 changed files with 59191 additions and 59184 deletions

View File

@@ -382,7 +382,7 @@ def views(target, do_assemblies = None):
elif (part[-4:] == ".svg"):
print('| ![%s](svgs/%s) %s' % (part, part.replace('.svg','.png'), '|\n' if j == j - 1 else ''), end = '', file = doc_file)
else:
print("Unkown file type ", part[-4:], " for file ", part)
print("Unknown file type ", part[-4:], " for file ", part)
print('\n', file = doc_file)
print('\n', file = doc_file)