Skip to content

Commit

Permalink
Bug fix in file detection of an OliverTwist index.
Browse files Browse the repository at this point in the history
Changes to be committed:
	modified:   Base/Library/OliverTwist-oanda.py
  • Loading branch information
rapmd73 committed Nov 14, 2024
1 parent adcfb93 commit f0e573a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Base/Library/OliverTwist-oanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,9 @@ def OrderProcessor(osh):

# shLock.Lock()
try:
if not os.path.exits(idx):
return 'Waiting'

OrphanList=ReadStorehouse(idx=idx)
if len(OrphanList)==0:
return 'Waiting'
Expand Down

0 comments on commit f0e573a

Please sign in to comment.