Breakout Garden Weather.py

Hello, I have installed some breakouts but when I run the Weather.py example I get the following error
Traceback (most recent call last):
File “/home/pi/breakout-garden-master/examples/weather/weather.py”, line 140, in
rr_path = os.path.abspath(os.path.join(os.path.dirname(file), ‘fonts’, ‘Roboto-Regular.ttf’))
NameError: name ‘file’ is not defined

Is this a issue with the install or the program?