From 19067129b12a07c90bac217ae3565de0398f56e2 Mon Sep 17 00:00:00 2001 From: Freaku17 <92618708+Freaku17@users.noreply.github.com> Date: Thu, 14 Apr 2022 16:23:25 +0530 Subject: [PATCH] Update privatetab.py Improper string format fix --- assets/src/ba_data/python/bastd/ui/gather/privatetab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/src/ba_data/python/bastd/ui/gather/privatetab.py b/assets/src/ba_data/python/bastd/ui/gather/privatetab.py index 839ba787..33858e6e 100644 --- a/assets/src/ba_data/python/bastd/ui/gather/privatetab.py +++ b/assets/src/ba_data/python/bastd/ui/gather/privatetab.py @@ -166,7 +166,7 @@ class PrivateGatherTab(GatherTab): elif hcfg.session_type == 'teams': sessiontype = ba.DualTeamSession else: - raise RuntimeError('fInvalid sessiontype: {hcfg.session_type}') + raise RuntimeError(f'Invalid sessiontype: {hcfg.session_type}') pvars = PlaylistTypeVars(sessiontype) playlist_name = ba.app.config.get(