You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on line 155 it tries to access msg_File.Filename. But if you do dir() on msg_Filename you only get:
'DB_FileName', 'FileCreatedByClass', 'FileEndTime', 'FileEndTimeRaw', 'FileExtension', 'FileNetworks', 'FilePath', 'FileStartTime', 'FileStartTimeRaw', 'FilteredVSBFilename', 'InputFileName', 'InputFilePath', 'NumberOfRecordsInFilteredVSB', 'OutputFilePath', 'TempVSBExtracted',
is that line supposed to reference DB_FileName? InputFileName?
The text was updated successfully, but these errors were encountered:
on line 155 it tries to access msg_File.Filename. But if you do dir() on msg_Filename you only get:
'DB_FileName', 'FileCreatedByClass', 'FileEndTime', 'FileEndTimeRaw', 'FileExtension', 'FileNetworks', 'FilePath', 'FileStartTime', 'FileStartTimeRaw', 'FilteredVSBFilename', 'InputFileName', 'InputFilePath', 'NumberOfRecordsInFilteredVSB', 'OutputFilePath', 'TempVSBExtracted',
is that line supposed to reference DB_FileName? InputFileName?
The text was updated successfully, but these errors were encountered: