Skip to content

Commit

Permalink
Correctif d'un bug lors du lancement de la synchronisation POP en mod…
Browse files Browse the repository at this point in the history
…e interactif
  • Loading branch information
bricedurand committed Aug 9, 2023
1 parent 4aa826d commit 0cf70a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/synchronizer/objet_revision_concern.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def interactive_validation?
return false unless interactive?

@interactive_validation ||= begin
puts "\n----\n#{log_message}\n----"
puts "\n----\n#{row}\n----"
response = nil
while response.nil?
puts "voulez-vous forcer la sauvegarde de cet objet ? 'oui' : 'non'"
Expand Down

0 comments on commit 0cf70a5

Please sign in to comment.