mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-01-03 05:32:03 +00:00
Remove accidental empty comment from test_rsrcfork.py
This commit is contained in:
parent
d67ff64851
commit
246b69e375
@ -149,7 +149,6 @@ class ResourceFileReadTests(unittest.TestCase):
|
||||
@unittest.skipUnless(RESOURCE_FORKS_SUPPORTED, RESOURCE_FORKS_NOT_SUPPORTED_MESSAGE)
|
||||
def test_textclipping_path_resource_fork(self) -> None:
|
||||
with tempfile.NamedTemporaryFile() as tempf:
|
||||
#
|
||||
with TEXTCLIPPING_RSRC_FILE.open("rb") as dataf:
|
||||
with open_resource_fork(pathlib.Path(tempf.name), "wb") as rsrcf:
|
||||
shutil.copyfileobj(dataf, rsrcf)
|
||||
|
Loading…
Reference in New Issue
Block a user