Skip to content

Commit

Permalink
Change application directory path used for GADRAS API.
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Oct 24, 2024
1 parent efa4d72 commit 1d9128f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riid/gadras/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def get_gadras_api(instance_num=1, initialize_transport=True):
raise RuntimeError("Failed to load API settings.")

return GadrasAPIWrapper(
".",
GADRAS_ASSEMBLY_PATH,
instance_num,
initialize_transport
)
Expand Down

0 comments on commit 1d9128f

Please sign in to comment.