pep8 fix for buildozer p4a target change

This commit is contained in:
Alexander Taylor 2015-10-01 21:27:52 +01:00
parent 7d8cddbbb9
commit 029d5603cd

View file

@ -413,7 +413,8 @@ class TargetAndroid(Target):
cmd('ln -sf {} ./python-for-android'.format(system_p4a_dir),
cwd = self.buildozer.platform_dir)
else:
cmd('git clone -b old_toolchain --single-branch https://github.com/kivy/python-for-android.git',
cmd('git clone -b old_toolchain --single-branch '
'https://github.com/kivy/python-for-android.git',
cwd=self.buildozer.platform_dir)
elif self.platform_update:
cmd('git clean -dxf', cwd=pa_dir)