diff --git a/Examples/example_06.py b/Examples/example_06.py index 5e038527a..36284a660 100644 --- a/Examples/example_06.py +++ b/Examples/example_06.py @@ -48,7 +48,12 @@ # Run OpenFAST # --- May need to change fastcall if you use a non-standard command to call openfast fastcall = 'openfast' -run_openfast(path_params['FAST_directory'], fastcall=fastcall, fastfile=path_params['FAST_InputFile'], chdir=True) +run_openfast( + os.path.join(this_dir,path_params['FAST_directory']), + fastcall=fastcall, + fastfile=path_params['FAST_InputFile'], + chdir=True + )