You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing the formart() function to PY3 fstrings f.write(f'env = {os.environ}') throws a key error .E KeyError: 'os' .
We need to be specific on the key we want to return from this particular output that has environment variables.
The text was updated successfully, but these errors were encountered:
dorothykiz1
changed the title
CLN: Solve .format() error on test/test_repo_template/setup.py
CLN:Need to Return of environment variables in test/test_repo_template/setup.py
Mar 16, 2022
dorothykiz1
changed the title
CLN:Need to Return of environment variables in test/test_repo_template/setup.py
CLN:Fix Key Error thrown by os.environ in test/test_repo_template/setup.py.
Mar 16, 2022
dorothykiz1
changed the title
CLN:Fix Key Error thrown by os.environ in test/test_repo_template/setup.py.
CLN:Fix Key Error thrown by os.environ in test/test_repo_template/setup.py file
Mar 16, 2022
Changing the formart() function to PY3 fstrings
f.write(f'env = {os.environ}')
throws a key error .E KeyError: 'os' .
We need to be specific on the key we want to return from this particular output that has environment variables.
The text was updated successfully, but these errors were encountered: