Use file name with file path as identifier

This commit is contained in:
Sebastian Serth
2021-12-15 00:43:42 +01:00
parent d543ac76ae
commit 0c1a10959c
11 changed files with 18 additions and 27 deletions

View File

@ -99,7 +99,7 @@ module CodeOcean
private :incomplete_descendent?
def name_with_extension
name + (file_type.file_extension || '')
name.to_s + (file_type&.file_extension || '')
end
def set_ancestor_values