Skip to content

Commit

Permalink
suppress errors in fbpcs
Browse files Browse the repository at this point in the history
Differential Revision: D57543268

fbshipit-source-id: 0f641064fdd0fd4469f4855f9e93b47fa0bca72d
  • Loading branch information
generatedunixname89002005307016 authored and facebook-github-bot committed May 22, 2024
1 parent d09c043 commit 5e2476d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fbpcs/private_computation/service/pcf2_lift_stage_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ def get_game_args(
if private_computation_instance.has_feature(
PCSFeature.PRIVATE_LIFT_UNIFIED_DATA_PROCESS
):
# pyre-fixme[61]: `shards_per_file` is undefined, or not always defined.
game_args["file_start_index"] = sum(shards_per_file[0:shard])
# pyre-fixme[61]: `shards_per_file` is undefined, or not always defined.
game_args["num_files"] = shards_per_file[shard]
game_args["input_base_path"] = (
private_computation_instance.pcf2_lift_metadata_compaction_output_base_path
Expand Down

0 comments on commit 5e2476d

Please sign in to comment.