mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 13:25:31 +08:00
Fixing Pylint (I hate you Pylint)
This commit is contained in:
parent
6f26ff0cf1
commit
2250004d7b
@ -378,11 +378,15 @@ class BenchmarksAndStressTestsWindow(bui.MainWindow):
|
||||
bui.app.classic.run_stress_test(
|
||||
playlist_type=self._stress_test_game_type,
|
||||
playlist_name=cast(
|
||||
str, bui.textwidget(query=self._stress_test_playlist_name_field)
|
||||
str, bui.textwidget(
|
||||
query=self._stress_test_playlist_name_field
|
||||
)
|
||||
),
|
||||
player_count=self._stress_test_player_count,
|
||||
round_duration=self._stress_test_round_duration,
|
||||
)
|
||||
bui.containerwidget(edit=self._root_widget, transition='out_right')
|
||||
else:
|
||||
bui.screenmessage(bui.Lstr(value='Already present in another activity.'))
|
||||
bui.screenmessage(
|
||||
bui.Lstr(value='Already present in another activity.')
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user