mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
25e5635c86
commit
7c82bd0dba
|
@ -317,7 +317,7 @@ def _desktop_wait_for_cmd(timeout: int, debug: bool) -> str:
|
||||||
|
|
||||||
|
|
||||||
def _play_sound(sound_filename: str,
|
def _play_sound(sound_filename: str,
|
||||||
player: str = 'ffplay') -> None:
|
player: str = 'ffplay') -> None:
|
||||||
"""Plays a sound
|
"""Plays a sound
|
||||||
"""
|
"""
|
||||||
if not os.path.isfile(sound_filename):
|
if not os.path.isfile(sound_filename):
|
||||||
|
|
Loading…
Reference in New Issue