nicer display of file URL

This commit is contained in:
Jay Lee
2014-07-03 19:49:02 -04:00
parent c913ef1105
commit 3304ae5feb

2
gam.py
View File

@@ -5297,7 +5297,7 @@ def output_csv(csv_list, titles, list_type, todrive):
msg_txt = u'Drive file uploaded to:\n %s' % file_url
msg_subj = u'%s - %s' % (domain, list_type)
send_email(msg_subj, msg_txt)
print file_url
print msg_txt
else:
import webbrowser
webbrowser.open(file_url)