pdd-cli 0.0.42__py3-none-any.whl → 0.0.44__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pdd-cli might be problematic. Click here for more details.

pdd/sync_main.py CHANGED
@@ -166,7 +166,7 @@ def sync_main(
166
166
  try:
167
167
  resolved_config, _, _, _ = construct_paths(
168
168
  input_file_paths={"prompt_file": str(prompt_file_path)},
169
- force=force,
169
+ force=True, # Always use force=True in log mode to avoid prompts
170
170
  quiet=True,
171
171
  command="sync",
172
172
  command_options={"basename": basename, "language": lang},