diff options
| author | David Lamparter <equinox@diac24.net> | 2020-04-23 20:01:23 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2020-04-27 09:30:01 +0200 | 
| commit | ec8f987e91678b50a4136459bd2351e623c6915d (patch) | |
| tree | 7f95880ee3db0063c307493c94f9a224f2da0b21 /tools/symalyzer.py | |
| parent | 879a9dc5cdaa4cbf70f7615935466759c82065ff (diff) | |
tools/symalyzer: fix copypasta
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tools/symalyzer.py')
| -rwxr-xr-x | tools/symalyzer.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/symalyzer.py b/tools/symalyzer.py index a067053edb..cff21f9f93 100755 --- a/tools/symalyzer.py +++ b/tools/symalyzer.py @@ -284,7 +284,7 @@ def write_html_report(syms):          else:              with open('jquery-3.4.1.min.js.tmp', 'w') as fd:                  fd.write(r.text) -            os.rename('jquery-3.4.1.min.js.tmp', 'jquery-3.4.1.min.js.tmp') +            os.rename('jquery-3.4.1.min.js.tmp', 'jquery-3.4.1.min.js')              sys.stderr.write('done.\n')  def automake_escape(s):  | 
