mirror of
https://github.com/nasa/trick.git
synced 2025-04-19 08:36:22 +00:00
fix path to SunDisplay.jar in SIM_sun/RUN_test/input.py
This commit is contained in:
parent
11aa54d4a4
commit
6c73951488
@ -91,7 +91,7 @@ sun_predictor.sun.local_time.sec = current_local_time.second
|
||||
# Start the display VarServer Client
|
||||
#==========================================
|
||||
varServerPort = trick.var_server_get_port();
|
||||
SunDisplay_path = "models/Graphics/dist/SunDisplay.jar"
|
||||
SunDisplay_path = "models/graphics/dist/SunDisplay.jar"
|
||||
|
||||
if (os.path.isfile(SunDisplay_path)) :
|
||||
SunDisplay_cmd = "java -jar " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user