Patch on top of @jrsurge pull request #102, trying to get the build servers to be happy with it.
Implementation
Changes the quarkPath variable inside of ScinServerOptions to be a class function. Uses the path of the class filename instead of querying the quark system to determine the install path of the quark.
TODO:
[x] Update ScinServerOptions documentation to reflect the refactor
Purpose and motivation
Patch on top of @jrsurge pull request #102, trying to get the build servers to be happy with it.
Implementation
Changes the
quarkPath
variable inside ofScinServerOptions
to be a class function. Uses the path of the class filename instead of querying the quark system to determine the install path of the quark.TODO:
ScinServerOptions
documentation to reflect the refactorTypes of changes
Status