1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-02 17:46:22 +03:00
luz paz 7b5e532f83 0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos

Fixed via codespell v2.1.dev
2021-01-20 21:27:44 +03:00

19 lines
393 B
Plaintext
Executable File

puts "========"
puts "OCC710"
puts "========"
puts ""
########################################################
## If the file pathname is empty, the Standard_Boolean OSD_FileNode::Exists()
## raises an exception
########################################################
pload QAcommands
set Path ""
if [catch {OCC710 ${Path} } result] {
puts "Faulty OCC710"
} else {
puts "OCC710 OK"
}