Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
get report_type from request
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalsh committed Jun 9, 2015
1 parent 8ccc90e commit 1b41abf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/components/commons/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
from __future__ import print_function
from __future__ import unicode_literals

import os
import io
import datetime
import json
import pytz
from werkzeug.datastructures import FileStorage
from flask import current_app as app, url_for
Expand Down Expand Up @@ -63,6 +61,7 @@ def get_runargs():
parser.add_argument('ignore_duplicate_rows', type=bool)
parser.add_argument('format')
parser.add_argument('encoding')
parser.add_argument('report_type')
return parser.parse_args()


Expand Down

0 comments on commit 1b41abf

Please sign in to comment.