-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dynamic conda environment name to assertion log messages
Using str.format() to update the log message to be matched with the current conda environment name. Then using encode() to convert it back to a byte string. ------ Python byte strings https://stackoverflow.com/questions/6224052/what-is-the-difference-between-a-string-and-a-byte-string https://www.digitalocean.com/community/tutorials/python-string-encode-decode https://stackoverflow.com/questions/67680296/syntaxerror-f-string-expression-part-cannot-include-a-backslash Found encode() / decode() usage in bottle.py e-mission-server/emission/net/api/bottle.py utf-8 not needed as it is default.
- Loading branch information
Mahadik, Mukul Chandrakant
authored and
Mahadik, Mukul Chandrakant
committed
Aug 21, 2024
1 parent
dea6ff4
commit d0bc264
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters