Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 7cb9aca

Browse files
committed
Minor bug fixes.
1 parent 529a25c commit 7cb9aca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

thetadata/enums.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ class TradeCondition(enum.Enum):
550550
SINGLE_LEG_FLOOR_TRADE = 129
551551
MULTI_LEG_AUTO_ELECTRONIC_TRADE = 130
552552
MULTI_LEG_AUCTION = 131
553-
MULTI_LEG_CROSS = -132
553+
MULTI_LEG_CROSS = 132
554554
MULTI_LEG_FLOOR_TRADE = 133
555555
MULTI_LEG_AUTO_ELEC_TRADE_AGAINST_SINGLE_LEG = 134
556556
STOCK_OPTIONS_AUCTION = 135

thetadata/terminal.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def launch_terminal(username: str = None, passwd: str = None, use_bundle: bool =
7171
cwd = jdk_path
7272
if move_jar:
7373
shutil.move("ThetaTerminal.jar", str(cwd.joinpath('ThetaTerminal.jar')))
74-
else:
75-
_verify_java()
74+
# else:
75+
# _verify_java()
7676

7777
if jvm_mem > 0:
7878
if os.name != 'nt':

0 commit comments

Comments
 (0)