sysdiagnose
sysdiagnose copied to clipboard
[init] do a sanity check for the existence of the sysdiagnose.log file upon case creation
this allows for discovering issues when an invalid tar.gz file is used during init.
Isn't it this issue implemented in here?
https://github.com/EC-DIGIT-CSIRC/sysdiagnose/blob/de2921b2dff3f7fe15b5890627a4d9b7cb214e5e/src/sysdiagnose/init.py#L231-L235
Sorry, in here instead @cvandeplas :
https://github.com/EC-DIGIT-CSIRC/sysdiagnose/blob/de2921b2dff3f7fe15b5890627a4d9b7cb214e5e/src/sysdiagnose/init.py#L210-L222
indeed, to be tested what happens exactly when a non-sysdiagnose tar.gz is presented.