Mohit Anand

Results 3 issues of Mohit Anand

Added patch for #356

CLA Signed

https://github.com/facebook/FAI-PEP/blob/6f74b68bf660574d907d4901192b7d7eb66de331/ailab/benchmark/templatetags/nvd3_tags.py#L44-L54 The above syntax can be changed to the following. ```python kw_extra['x_is_date'] = kw_extra.get('x_is_date', False) kw_extra['x_axis_format'] = kw_extra.get('x_axis_format', "%d %b %Y") kw_extra['color_category'] = kw_extra.get('color_category', "category20") kw_extra['tag_script_js'] = kw_extra.get('tag_script_js', True) kw_extra['chart_attr']...

https://github.com/facebook/openbmc/blob/6cc8067ba824df537dfd0597473d578b55e65639/tests/fbtp/unittests/FbtpUtil.py#L28-L33 Can the above snippet be changed to the following? ```python try: currentPath = os.getcwd() commonPath = currentPath.replace('fbtp/unittests', 'common') sys.path.insert(0, commonPath) except OSError: pass ``` Can I raise a PR...