mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 20:30:13 +01:00
Catch Python 2.7 deprecation warning
This commit is contained in:
@@ -23,7 +23,7 @@ def docker_run(image, extra_cmds):
|
||||
raise ValueError('Unsupported Docker image: ' + image)
|
||||
|
||||
log('PULL', image)
|
||||
system('docker', 'pull', image)
|
||||
system(('docker', 'pull', image))
|
||||
|
||||
script = [
|
||||
'set -e',
|
||||
|
||||
Reference in New Issue
Block a user