Rename nighty to dist and fix path in itemDiff

This commit is contained in:
blitzmann
2014-11-29 20:49:27 -05:00
parent ee8395e8fd
commit f9fd894c9f
2 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ import os.path
import re
import sqlite3
script_dir = os.path.dirname(unicode(__file__, sys.getfilesystemencoding()))
script_dir = os.path.dirname(__file__)
parser = argparse.ArgumentParser(description="Compare two databases generated from eve dump to find eos-related differences")
parser.add_argument("-o", "--old", type=str, help="path to old cache data dump, defaults to current pyfa eve.db", default=os.path.join(script_dir, "..", "pyfa", "staticdata", "eve.db"))