You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/opt/homebrew/bin/brew-file", line 4211, in
sys.exit(main())
File "/opt/homebrew/bin/brew-file", line 4198, in main
b.execute()
File "/opt/homebrew/bin/brew-file", line 3436, in execute
self.check_cask()
File "/opt/homebrew/bin/brew-file", line 3120, in check_cask
all_info = self.helper.get_all_info()
File "/opt/homebrew/bin/brew-file", line 339, in get_all_info
cmd=f'brew info --json=v2 --cask {" ".join(casks)}',
UnboundLocalError: local variable 'casks' referenced before assignment
The text was updated successfully, but these errors were encountered:
############################################
Starting to check applications for Cask...
############################################
Traceback (most recent call last):
File "/opt/homebrew/bin/brew-file", line 4211, in
sys.exit(main())
File "/opt/homebrew/bin/brew-file", line 4198, in main
b.execute()
File "/opt/homebrew/bin/brew-file", line 3436, in execute
self.check_cask()
File "/opt/homebrew/bin/brew-file", line 3120, in check_cask
all_info = self.helper.get_all_info()
File "/opt/homebrew/bin/brew-file", line 339, in get_all_info
cmd=f'brew info --json=v2 --cask {" ".join(casks)}',
UnboundLocalError: local variable 'casks' referenced before assignment
The text was updated successfully, but these errors were encountered: