Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/robcarver17/pysystemtrade
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
robcarver17 committed Jan 18, 2024
2 parents 16ae584 + ce67e75 commit 8d5a170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sysdata/parquet/parquet_futures_per_contract_prices.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _write_prices_at_frequency_for_contract_object_no_checking(
futures_price_data: futuresContractPrices,
frequency: Frequency,
):
log = futures_contract_object.log(self.log)
ident = from_contract_and_freq_to_key(
futures_contract_object, frequency=frequency
)
Expand All @@ -98,14 +97,15 @@ def _write_prices_at_frequency_for_contract_object_no_checking(
data_to_write=futures_price_data_as_pd,
)

log.debug(
self.log.debug(
"Wrote %s lines of prices for %s at %s to %s"
% (
len(futures_price_data),
str(futures_contract_object.key),
str(frequency),
str(self),
)
),
**futures_contract_object.log_attributes()
)

def get_contracts_with_merged_price_data(self) -> listOfFuturesContracts:
Expand Down

0 comments on commit 8d5a170

Please sign in to comment.