Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkrishna2910 committed Sep 20, 2024
1 parent 0c84d34 commit a325ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/turnkeyml/common/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def get_system_info():
except Exception as e: # pylint: disable=broad-except
info_dict["Error OS Version"] = str(e)


def get_wmic_info(command, error_key):
try:
output = subprocess.check_output(command, shell=True).decode()
Expand Down

0 comments on commit a325ccd

Please sign in to comment.