Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
for program in cam.ncPrograms:
program.deleteMe()
returns the following exception
AttributeError: 'NCProgram' object has no attribute 'deleteMe'
Solved! Go to Solution.