mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01:00
shutil.copyfile -> shutil.copy
This commit is contained in:
@@ -23,7 +23,7 @@ except ImportError:
|
||||
or (os.path.getmtime(source) > os.path.getmtime(destination))
|
||||
)
|
||||
):
|
||||
shutil.copyfile(source, destination)
|
||||
shutil.copy(source, destination)
|
||||
|
||||
from .log import debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user