Skip to content

Commit

Permalink
Avoid string splitting
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Aug 27, 2023
1 parent fa8f0c3 commit 11a7055
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildozer/targets/osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ def download_kivy(self, cwd):
self.logger.info('Downloading kivy...')
try:
buildops.download(
f'https://kivy.org/downloads/'
f'{current_kivy_vers}/Kivy.dmg',
f'https://kivy.org/downloads/{current_kivy_vers}/Kivy.dmg',
'Kivy.dmg',
cwd=cwd
)
Expand Down

0 comments on commit 11a7055

Please sign in to comment.