Hi I'm trying to use your script but whenever I get to the following line:
journal = CreateNewProject(fis[0].LastWriteTime.AddSeconds)
I get the following error in python:
Traceback (most recent call last):
File "<stdin>", line 4, in <module>
File "<stdin>", line 6, in CreateNewProject
File "<stdin>", line 22, in AddVnaSettingsToJournal
TypeError: No method matches given arguments for ValueType..ctor: ()
and it fails to load any data and exits.
Can you please help?