Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Apr 7, 2015
1 parent 2db7114 commit c87df6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
__pycache__
import.txt
tmp
*2.py
*.laccdb
*.pyc

data/TradeDangerous.db
data/TradeDangerous.old
data/TradeDangerous.db-journal
data/TradeDangerous.prices
data/*.stamp
Expand All @@ -16,9 +15,9 @@ data/*.txt
*.suo
*.pyperf
misc/*.csv
market/
*.orig
*.prev
*.last

wip/
pycallgraph.png
Expand Down
2 changes: 1 addition & 1 deletion cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ def buildCache(tdb, tdenv):

# Create an in-memory database to populate with our data.
tempPath = dbPath.with_suffix(".new")
backupPath = dbPath.with_suffix(".prev")
backupPath = dbPath.with_suffix(".old")

if tempPath.exists():
tempPath.unlink()
Expand Down

0 comments on commit c87df6e

Please sign in to comment.