Skip to content

Commit

Permalink
Hack to try to get butler login to work from GUI
Browse files Browse the repository at this point in the history
Fixes #123 I hope?
  • Loading branch information
fluffy-critter committed Dec 25, 2024
1 parent 1fd7620 commit bca9a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandcrash/gui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def reset_defaults(self):

def connect_butler(self):
""" Connect to butler """
connection = subprocess.run([self.butler_path.text(), 'login'],
connection = subprocess.run([self.butler_path.text(), 'login', '--assume-yes'],
capture_output=True,
check=False,
creationflags=getattr(
Expand Down

0 comments on commit bca9a11

Please sign in to comment.