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 5ceaa46 commit 8c7d58aCopy full SHA for 8c7d58a
src/nrfcloud_utils/claim_and_provision_device.py
@@ -197,7 +197,7 @@ def main(in_args):
197
logger.info(f'...success')
198
else:
199
nrf_cloud_diap.print_api_result("Unclaim device response", api_res)
200
- error_exit('Failed to unclaim device')
+ logger.info("Device may not have been claimed before, continuing...")
201
202
# claim device
203
logger.info('Claiming device...')
0 commit comments