mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +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()
|
proc.wait()
|
||||||
# we output relative paths so callers can get a list of what
|
# we output relative paths so callers can get a list of what
|
||||||
# was generated
|
# was generated
|
||||||
self.output(sys.stdout, rel_path)
|
self.output(sys.stdout, sym_file)
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
pass
|
pass
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user