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 "/usr/local/bin/format-sql", line 11, in <module>
sys.exit(main())
File "/usr/local/lib/python3.5/dist-packages/format_sql/main.py", line 83, in main
_write_back(filename, lines, args.dry_run)
File "/usr/local/lib/python3.5/dist-packages/format_sql/main.py", line 148, in _write_back
f.write(lines)
TypeError: write() argument must be str, not None
The text was updated successfully, but these errors were encountered:
I run the following command
but got the following error
The text was updated successfully, but these errors were encountered: