Changeset 1081
- Timestamp:
- 11/21/08 19:01:13 (4 years ago)
- File:
-
- 1 edited
-
trunk/papywizard/model/shooting.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/papywizard/model/shooting.py
r1075 r1081 384 384 # Check pause or cancel 385 385 checkPauseStop() 386 387 if not self.__forceNewShootingIndex: 388 self.newPictSignal.emit(yaw, pitch, status='ok', next=False) 386 389 387 390 except HardwareError: … … 401 404 # Check pause or cancel 402 405 checkPauseStop() 406 407 if not self.__forceNewShootingIndex: 408 self.newPictSignal.emit(yaw, pitch, status='error', next=False) 403 409 404 410 except StopIteration:
Note: See TracChangeset
for help on using the changeset viewer.
