We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e626573 commit b97c089Copy full SHA for b97c089
spinnaker_camera_driver/cmake/download_spinnaker
@@ -148,4 +148,4 @@ if not os.path.exists(os.path.join(os.getcwd(), folder_name)):
148
logging.info('Copying: {}'.format(os.path.basename(lib)))
149
shutil.copyfile(lib, os.path.join(destination_folder, os.path.basename(lib)))
150
else:
151
- logging.info("Previous installation found, skipping...")
+ logging.info("Previous installation found, skipping...")
0 commit comments