Skip to content

Commit

Permalink
Update mytest.py
Browse files Browse the repository at this point in the history
Signed-off-by: Sangeetha Hariharan <[email protected]>
  • Loading branch information
sangee2004 authored Jan 14, 2025
1 parent b2711c1 commit 5efb28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testenv/mytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
prompt = os.getenv('PROMPT')
env_var = os.environ['MY_ENV']

print("updated environment"+ ":" + prompt+ ":" +env_var)
print("updated environment for 1.0 setup"+ ":" + prompt+ ":" +env_var)

0 comments on commit 5efb28f

Please sign in to comment.