mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-convert: Fix use of relative OVF file
This commit is contained in:
@@ -195,7 +195,7 @@ class VirtConverter(object):
|
||||
(self._input_file,
|
||||
self.parser,
|
||||
self._force_clean) = _find_input(input_file, parser, self.print_cb)
|
||||
self._top_dir = os.path.dirname(self._input_file)
|
||||
self._top_dir = os.path.dirname(os.path.abspath(self._input_file))
|
||||
|
||||
logging.debug("converter not input_file=%s parser=%s",
|
||||
self._input_file, self.parser)
|
||||
|
||||
Reference in New Issue
Block a user