Skip to content

Commit

Permalink
Create testenvnew
Browse files Browse the repository at this point in the history
Signed-off-by: Sangeetha Hariharan <[email protected]>
  • Loading branch information
sangee2004 authored Dec 4, 2024
1 parent 11e62c5 commit d7bb257
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tools/testenvnew
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import os

prompt = os.getenv('PROMPT_NEW')
env_var = os.environ['MY_ENV_NEW']

print(prompt+ ":" +env_var)

0 comments on commit d7bb257

Please sign in to comment.