Loading autocnet/graph/network.py +1 −1 Original line number Diff line number Diff line Loading @@ -2225,7 +2225,7 @@ class NetworkCandidateGraph(CandidateGraph): flistpath = os.path.splitext(path)[0] + '.lis' target = self.config['spatial'].get('target', None) fpaths = [path for path in self.nodes] fpaths = [str(path) for path in self.nodes] for f in self.files: if f not in fpaths: log.warning(f'{f} in candidate graph but not in output network.') Loading Loading
autocnet/graph/network.py +1 −1 Original line number Diff line number Diff line Loading @@ -2225,7 +2225,7 @@ class NetworkCandidateGraph(CandidateGraph): flistpath = os.path.splitext(path)[0] + '.lis' target = self.config['spatial'].get('target', None) fpaths = [path for path in self.nodes] fpaths = [str(path) for path in self.nodes] for f in self.files: if f not in fpaths: log.warning(f'{f} in candidate graph but not in output network.') Loading