Fixed flake8 CQ for bitmessagekivy.mpybit module

This commit is contained in:
navjot 2020-12-03 14:11:13 +05:30
parent 1c73aee007
commit ba7a23ae20
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C

View File

@ -2039,7 +2039,8 @@ class NavigateApp(MDApp):
self.root.ids.sc23.get_screen(self.root.ids.scr_mngr.current, self.add_popup)
self.root.ids.scr_mngr.current = 'scanscreen'
else:
altet_txt = 'Currently this feature is not avaialbe!' if platform == 'android' else 'Camera is not available!'
altet_txt = (
'Currently this feature is not avaialbe!' if platform == 'android' else 'Camera is not available!')
self.add_popup.dismiss()
toast(altet_txt)