mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:56:21 +00:00
siempre devolver Pathname
closes #6982 closes #6979 closes #6974 closes #6973 closes #6972 closes #6970 closes #6968 closes #6967
This commit is contained in:
parent
def4402313
commit
cd523babad
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class MetadataFile < MetadataTemplate
|
|||
rescue Errno::ENOENT => e
|
||||
ExceptionNotifier.notify_exception(e)
|
||||
|
||||
value['path']
|
||||
Pathname.new(value['path'])
|
||||
end
|
||||
|
||||
def relative_destination_path_with_filename
|
||||
|
|
Loading…
Reference in a new issue