rfswarm icon indicating copy to clipboard operation
rfswarm copied to clipboard

Documentation: which RF variables are supported in the manager when resolving the path of resource files

Open damies13 opened this issue 1 year ago • 1 comments

Update documentation to note which RF variables are supported in the manager when resolving the path of resource files

E.g: ${CURDIR} And not: ${EXECDIR}

From Issue #170 :

When I dig into the code that deals with the RF variables (function is replace_rf_path_variables)

I see the comment

	# ${EXECDIR}
	# not sure how to handle this for now

I realised it's never handled ${EXECDIR} as I remember now writing that comment when I wrote that function.

That line in v1.2.0 ->

https://github.com/damies13/rfswarm/blob/1921386410c32926e342f18000d48b623e1935ad/rfswarm_manager/rfswarm.py#L1261

damies13 avatar Feb 15 '24 05:02 damies13

Also need to mention to use relative paths

damies13 avatar Mar 05 '24 07:03 damies13