| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af22800 commit 222aaed
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,7 +35,7 @@ def _io_wrapper(file, mode='r', *args, **kwargs): | |||
| 35 | 35 | elif mode == 'rb': | |
| 36 | 36 | return file | |
| 37 | 37 | raise ValueError( | |
| 38 | - "Invalid mode value '{}', only 'r' and 'rb' are supported".format(mode) | ||
| 38 | + f"Invalid mode value '{mode}', only 'r' and 'rb' are supported" | ||
| 39 | 39 | ) | |
| 40 | 40 | ||
| 41 | 41 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments