Skip to content

Commit 471ecd1

Browse files
committed
Update etm_simple_updatetestresult.py
1 parent ae8735f commit 471ecd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elmclient/examples/etm_simple_updatetestresult.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def safeint(s):
103103
theserver = elmserver.JazzTeamServer(jazzhost, username, password, verifysslcerts=False, jtsappstring=f"jts:{jtscontext}", appstring=qmappdomain, cachingcontrol=caching)
104104

105105
#####################################################################################################
106-
# create the RM application interface
106+
# create the ETM application interface
107107
qmapp = theserver.find_app( qmappdomain, ok_to_create=True )
108108
if not qmapp:
109109
raise Exception( "Something serious went wrong" )

0 commit comments

Comments
 (0)