You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
csv_import.add_row_note!(
ix,
<<-EOM
unable to find shopify variant by sku #{sku}
found sku_map #{sku_map.id} with product #{shopify_product.id}, but there was no matching variant"
EOM
)
after first formatting:
csv_import.add_row_note!(
ix,
<<-EOM
unable to find shopify variant by sku #{sku}
found sku_map #{sku_map.id} with product #{shopify_product.id}, but there was no matching variant"
EOM
)
after second formatting:
csv_import.add_row_note!(
ix,
<<-EOM
unable to find shopify variant by sku #{sku}
found sku_map #{sku_map.id} with product #{shopify_product.id}, but there was no matching variant"
EOM
)
before formatting:
after first formatting:
after second formatting:
Subsequent formats maintain the third version.
See also #110.
The text was updated successfully, but these errors were encountered: