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
Without these parentheses, `fab` fails with:
fab
Traceback (most recent call last):
File "/opt/boxen/homebrew/lib/python2.7/site-packages/fabric/main.py", line 658, in main
docstring, callables, default = load_fabfile(fabfile)
File "/opt/boxen/homebrew/lib/python2.7/site-packages/fabric/main.py", line 165, in load_fabfile
imported = importer(os.path.splitext(fabfile)[0])
File "/Users/matt/govuk/fabric-scripts/fabfile.py", line 25, in <module>
import incident
File "/Users/matt/govuk/fabric-scripts/incident.py", line 3, in <module>
import nginx
File "/Users/matt/govuk/fabric-scripts/nginx.py", line 8
def enable_maintenance:
^
SyntaxError: invalid syntax
0 commit comments