Skip to content

Commit

Permalink
fix syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford committed Oct 6, 2023
1 parent 8772a9d commit e776787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurelinuxagent/common/osutil/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_agent_bin_path():
return "/usr/sbin"

@staticmethod
def get_vm_arch() -> str:
def get_vm_arch():
try:
return platform.machine()
except Exception as e:
Expand Down

0 comments on commit e776787

Please sign in to comment.