Dave
Dave
Transcript from the discord chat, in case it helps someone else with the potential work around and for the background to this issue. ---- Anker01 — Today at 00:06 ----...
Note to self: Notes below for the changes need on the agent, this will need to be wrapped in an IF based on the setting in the manager gui, so...
Hi Dirk, Thanks for the Enhancement request, There are two ways I can see to potentially implement this 1. Have a yaml file as an input that triggers RFSwarm to...
Thanks for the bug report, It's odd because none of the changes in 1.2.0 were related to the copying of resource files. To help narrow down the problem can you...
From your tests it certainly looks like the Manager is at fault, will investigate and update here what I find, Thanks for letting me know :+1:
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...
FYI if you run the manager in debug level 8, select your test and connect the agent (no need to run the test) search the debug output for `pathin` and...
Hi @mickaylab and welcome, Can you give a bit more information? Ideally if you can provide an example that demonstrates the issue this a lot. but if not can you...
Some information about creating windows shortcuts from the python installer https://stackoverflow.com/questions/24841130/how-to-create-a-shortcut-in-startmenu-using-setuptools-windows-installer
Some info about creating a MacOS app bundle for a python script https://stackoverflow.com/questions/7404792/how-to-create-mac-application-bundle-for-python-script-via-python