OpenDroneMap / OpenSfM

Open source Structure from Motion pipeline
GNU Affero General Public License v3.0
19 stars 38 forks source link

Fix log for python3.6 #13

Closed CosmosHua closed 2 years ago

CosmosHua commented 2 years ago

#12 The logging module in python3.6 has not the parameter force yet. So, when we use this opensfm version in python3.6, it will raise an error. So, I remove , force=True in opensfm/log.py, then that error disappears.

pierotofy commented 2 years ago

Thanks!