mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
deploy-ng: fix typo in copyfile call
This commit is contained in:
parent
37572b312c
commit
6ec4e5db68
@ -424,7 +424,7 @@ class build_apps(distutils.core.Command):
|
||||
fp = io.BytesIO(data)
|
||||
else:
|
||||
# Regular file, copy it
|
||||
shutil.copy_file(source_path, target_path)
|
||||
shutil.copyfile(source_path, target_path)
|
||||
fp = open(target_path, 'rb')
|
||||
|
||||
# What kind of magic does the file contain?
|
||||
|
Loading…
x
Reference in New Issue
Block a user