Closed yperess closed 1 year ago
@HBehrens would you have any time this week to review this? I'm looking to use this as a part of our CI but it's breaking without this change.
@HBehrens Will this be looked at soon. This is an issue that I also ran into
FWIW I can confirm that this fix worked for me.
Apologies, I'll be merging this today and releasing an update!
Fixed in 0bd63573b92b89aadf9aff716188ed15e364c0ca , thanks @yperess for the fix!
If
find_arm_tools_location()
fails and returnsNone
, thenos.path.join
with throw and exception. Update to account for that scenario.