Changes between Initial Version and Version 1 of Ticket #4985, comment 20


Ignore:
Timestamp:
Aug 3, 2021, 4:20:15 PM (4 years ago)
Author:
Eric Pettersen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4985, comment 20

    initial v1  
    11That would help.  Closer examination of the code reveals that models created by open_data() are never placed in file history.  To get your old scheme working, the Info() object returned by run_provider() would need its in_file_history attribute set appropriately.  Unfortunately, unlike any other provider, the value for in_file_history for your provider is data dependent, which would be ugly to implement (though possible).
    22
    3 If you are in fact going to split of the '#1' syntax into a separate command, I will just remove the spurious 'in_file_history' arg to open_data.
     3If you are in fact going to split off the '#1' syntax into a separate command, I will just remove the spurious 'in_file_history' arg to open_data.