Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint
  • Loading branch information
jeremydvoss committed Feb 8, 2024
commit 148db25fb42f68b4c73ee28af57f451cc1455118
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _get_sdk_version_prefix():
# TODO: Add AKS scenario
# elif _is_on_aks():
# rp = 'k'

os = 'u'
system = platform.system()
if system == "Linux":
Expand All @@ -70,7 +70,7 @@ def _get_sdk_version_prefix():
if _is_attach_enabled():
attach_type = 'i'
sdk_version_prefix = "{}{}{}_".format(rp, os, attach_type)

return sdk_version_prefix


Expand Down