Skip to content

Commit

Permalink
Problem with default ctor for TradeDB
Browse files Browse the repository at this point in the history
  • Loading branch information
kfsone committed Nov 26, 2014
1 parent 755cbf3 commit 084e5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tradedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def __init__(self,
includeTrades=True,
debug=None,
):
tdenv = tdenv or TradeEnv(debug)
tdenv = tdenv or TradeEnv(debug=debug)
self.tdenv = tdenv
self.dbPath = Path(tdenv.dbFilename or TradeDB.defaultDB)
self.dbURI = str(self.dbPath)
Expand Down

0 comments on commit 084e5df

Please sign in to comment.