trivial change to output dir name

This commit is contained in:
sqlcoder 2010-02-06 19:00:30 +00:00
parent a3ec32b7b9
commit f1d4f08d1c

View File

@ -91,7 +91,7 @@ today = date.today().strftime('%Y%m%d')
print "\nOutput will be created in /dist/ and /fpdb_XXX_"+today+"/"
print "Enter value for XXX (any length): ", # the comma means no newline
xxx = sys.stdin.readline().rstrip()
dist_dir = r'..\fpdb_' + xxx + '_' + today
dist_dir = r'..\fpdb-' + xxx + '-' + today
print