Skip to content

Commit

Permalink
Fix python linter
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Jun 9, 2023
1 parent debffa5 commit ba9430e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py_utils/py_utils/system/system_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import os


def is_linux() -> bool:
"""
@brief Check if the script is running in a Linux environment.
Expand All @@ -26,6 +27,7 @@ def is_linux() -> bool:
"""
return os.name == 'posix'


def is_windows() -> bool:
"""
@brief Check if the script is running in a Windows environment.
Expand Down

0 comments on commit ba9430e

Please sign in to comment.