diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 16:56:58 +0200 | 
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 16:56:58 +0200 | 
| commit | 917f8560a36ccb3acbc4954b4831caebc9387752 (patch) | |
| tree | 252cf44d0d992e1e63dbf8d858d6a8a802b5d343 | |
| parent | f0b70c4dab566eaf9c01add6219e497d73ad7d7d (diff) | |
.. oooops2.8.23
| -rw-r--r-- | lib/Travelynx/Command/work.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Travelynx/Command/work.pm b/lib/Travelynx/Command/work.pm index 50dc5ec..fcb505c 100644 --- a/lib/Travelynx/Command/work.pm +++ b/lib/Travelynx/Command/work.pm @@ -156,12 +156,12 @@ sub run {  						uid     => $uid  					)->wait;  				} -				next;  			};  			if ($@) {  				$errors += 1;  				$self->app->log->error("work($uid)/hafas: $@");  			} +			next;  		}  		# TODO irgendwo ist hier ne race condition wo ein neuer checkin (in HAFAS) mit IRIS-Daten überschrieben wird. | 
