Fix paths that point to eve.db
This commit is contained in:
@@ -19,8 +19,8 @@ args = parser.parse_args()
|
||||
|
||||
|
||||
script_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
db_path = os.path.abspath(os.path.join(script_dir, '..', 'staticdata', 'eve.db'))
|
||||
icons_dir = os.path.abspath(os.path.join(script_dir, '..', 'staticdata', 'icons', 'ships'))
|
||||
db_path = os.path.abspath(os.path.join(script_dir, '..', 'eve.db'))
|
||||
icons_dir = os.path.abspath(os.path.join(script_dir, '..', 'imgs', 'renders'))
|
||||
export_dir = os.path.abspath(os.path.expanduser(args.renders))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user