Fix call to removed variable

This commit is contained in:
Roland Rossgotterer
2019-01-10 16:40:33 +01:00
committed by Mat Sutcliffe
parent 64ff167be1
commit 05e07e05fe

View File

@@ -333,7 +333,7 @@ class Dumper:
proc.wait()
# we output relative paths so callers can get a list of what
# was generated
self.output(sys.stdout, rel_path)
self.output(sys.stdout, sym_file)
except StopIteration:
pass
except Exception as e: