Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Resolution for Issue #23 Error Opening Data Source #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sohaiby
Copy link

@sohaiby sohaiby commented Jun 12, 2017

Modified the condition
if (settings.AbortWhenNoPaperDetectable && !PaperDetectable)
to
if (settings.AbortWhenNoPaperDetectable || !PaperDetectable)
Since settings.AbortWhenNoPaperDetectable is always coming as false even if there is no paper in the feeder

Modified the condition 
if (settings.AbortWhenNoPaperDetectable && !PaperDetectable) 
to 
if (settings.AbortWhenNoPaperDetectable || !PaperDetectable)
Since settings.AbortWhenNoPaperDetectable is always coming as false even if there is no paper in the feeder
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant