diff options
| author | Luc Donnet | 2017-12-20 10:26:07 +0100 | 
|---|---|---|
| committer | GitHub | 2017-12-20 10:26:07 +0100 | 
| commit | 3df4c7feb809fc6e8eeeec5010147c42447388d8 (patch) | |
| tree | d121af6b31090bcbb46320cbb3c15e6af3d2cf89 /lib/stif/netex_file.rb | |
| parent | 2f4094c28cb5f7b32cf40f231e904dafbac7eafb (diff) | |
| parent | 443de38df52143f72d97308c28ac68f99e009757 (diff) | |
| download | chouette-core-3df4c7feb809fc6e8eeeec5010147c42447388d8.tar.bz2 | |
Merge pull request #151 from af83/5281-workbench-import-structural-bug-reading-zip
5281 workbench import structural bug reading zip
Diffstat (limited to 'lib/stif/netex_file.rb')
| -rw-r--r-- | lib/stif/netex_file.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/stif/netex_file.rb b/lib/stif/netex_file.rb index db64ed05e..db0801bbe 100644 --- a/lib/stif/netex_file.rb +++ b/lib/stif/netex_file.rb @@ -43,7 +43,7 @@ module STIF      class Frame        class << self -        def get_line_object_id file_name +        def get_short_id file_name            base_name = File.basename(file_name)            STIF::NetexFile::LINE_FILE_FORMAT.match(base_name).try(:[], 'line_object_id')          end | 
