[Git][security-tracker-team/security-tracker][master] bin/lts-needs-forward-port: fix lib path
Emilio Pozuelo Monfort
pochu at debian.org
Mon Jul 26 10:05:37 BST 2021
Hi Sylvain,
On 24/07/2021 15:10, Sylvain Beucler (@beuc) wrote:
> 64051666 by Sylvain Beucler at 2021-07-24T15:09:33+02:00
> bin/lts-needs-forward-port: fix lib path
> - - - - -
> =====================================
> bin/lts-needs-forward-port.py
> =====================================
> @@ -19,9 +19,9 @@ import argparse
> import collections
> import sys
>
> +import setup_paths
> from tracker_data import TrackerData
>
> -import setup_paths
> import config
Out of curiosity, did you have any issue that caused you to change this? I'm
surprised this was needed as tracker_data is in bin/ and not in lib/python, but
perhaps there was a situation where this change helped.
Cheers,
Emilio
More information about the debian-security-tracker-commits
mailing list