Modify banner to output temp path

This commit is contained in:
Matt Guthaus 2016-11-15 10:14:04 -08:00
parent a2b7636e58
commit 51e4104624
1 changed files with 2 additions and 3 deletions

View File

@ -33,9 +33,8 @@ import debug
if len(args) < 1:
print globals.USAGE
sys.exit(2)
if OPTS.print_banner:
print globals.BANNER
globals.print_banner()
globals.init_openram(args[0])