Commit 89656749 authored by Ivan Tyagov's avatar Ivan Tyagov

Be explicit rather than implicit (not speifying argument lead to wrong...

Be explicit rather than implicit (not speifying argument lead to wrong argument being assigned and error in code).
parent a9ad5344
......@@ -26,7 +26,7 @@ query = AndQuery(
Query(simulation_state = stream_simulation_state,
use_relative_url = "use/big_data/ingestion/stream")))
for movement in portal_catalog(query):
for movement in portal_catalog(query = query):
if movement.getQuantity() <= 0:
continue
if movement.DataIngestionLine_hasMissingRequiredItem():
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment