Skip to content

Commit b9f8b8d

Browse files
fixes #105
1 parent 7e940ca commit b9f8b8d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ti_python_module/ti_system.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,10 @@ def get_platform():
112112
"""
113113
Returns 'hh' for handeld and 'dt' for desktop
114114
115-
116-
Category: TI System
117-
118-
119-
Returns None
115+
Returns
116+
None: None
120117
"""
118+
log("Fetching current platform type", "INFO", "TI System", "Get Platform")
121119
print("Fetching platform type")
122120
return None
123121

0 commit comments

Comments
 (0)