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
Putting any emoji, for example 🐍 in a file pointed by [[tbump.file]] directive causes this error when trying to run tbump
> tbump 2.0.0a2:: Bumping from 2.0.0a1 to 2.0.0a2Traceback (most recent call last): File "lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "tbump.exe\__main__.py", line 7, in <module> File "tbump\cli.py", line 201, in main run(args) File "tbump\cli.py", line 118, in run bump(bump_options, operations) File "tbump\cli.py", line 155, in bump executor = Executor(new_version, file_bumper) File "tbump\executor.py", line 81, in __init__ file_bumper.get_patches(new_version), File "tbump\file_bumper.py", line 208, in get_patches patches_for_request = self.compute_patches_for_change_request( File "tbump\file_bumper.py", line 226, in compute_patches_for_change_request old_lines = file_path.read_text().splitlines(keepends=False) File "lib\pathlib.py", line 1135, in read_text return f.read() File "encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0]
Have removed full path for privacy reasons
I am using tbump 6.7.0 but this issue isn't mentioned in the changelogs.
The text was updated successfully, but these errors were encountered:
Putting any emoji, for example 🐍 in a file pointed by
[[tbump.file]]
directive causes this error when trying to run tbumpHave removed full path for privacy reasons
I am using
tbump 6.7.0
but this issue isn't mentioned in the changelogs.The text was updated successfully, but these errors were encountered: