Skip to content

Commit

Permalink
Miscellaneous cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed May 18, 2019
1 parent 3916a69 commit f9a8d78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,10 @@ local.properties
### Python ###
.eggs/
.pytest_cache/
build/
dist/
__pycache__
*.egg-info/
*.egg
*.pyc
*.tar.gz
*.whl
version.py

# External tool builders
Expand Down
2 changes: 1 addition & 1 deletion wpiformat/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from datetime import date
from glob import glob
Expand Down
2 changes: 1 addition & 1 deletion wpiformat/wpiformat/stdlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def func_substitute(self, header, lines):
Returns tuple containing the following:
modified file contents string
whethr file contents changed
whether file contents changed
"""
pos = 0
lines_changed = False
Expand Down

0 comments on commit f9a8d78

Please sign in to comment.