Open SeanStanway-Octopus opened 11 months ago
The Octopus engineering team has reviewed this issue.
After careful consideration, we’ve classed this low priority. This means we won’t work on it in the near future.
We prioritize issues based on the number of people affected, the impact type, and available workarounds.
If you’ve encountered this issue and haven’t informed our support team, please email support@octopus.com. Knowing how many people this issue affects helps us determine its priority.
Severity
1 customer reported, can recreate in latest consistently
Version
2024.1.3649
Latest Version
None
What happened?
Setting up a script step to use a package with script parameters causes a failure if the script is expecting certain arguments. This is due to an extra string (e.g. 232F3D7C708D7E68559E227B5B28EE47) being appended to the end of the file run.
Reproduction
import sys
print (sys.argv[1:]);
Error and Stacktrace
More Information
This could be a string similar to when we create worker folders, something unique to avoid overwrites, but it's being included in the wrong position.
Workaround
No current known workaround