Skip to content

Commit

Permalink
File checking bug fixed.
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 15, 2024
1 parent f0e573a commit c9755da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Base/Library/OliverTwist-oanda.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ def OrderProcessor(osh):

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

OrphanList=ReadStorehouse(idx=idx)
Expand Down

0 comments on commit c9755da

Please sign in to comment.