mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Fix call to removed variable
This commit is contained in:
committed by
Mat Sutcliffe
parent
64ff167be1
commit
05e07e05fe
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user