Skip to content
  • Chad Whitacre's avatar
    a84fc7a2
    clean up pip-pop in the `not silent` case · a84fc7a2
    Chad Whitacre authored
    The extraneous `format` call is harmless in itself, but it's possible for `requirement.req` to be `None` here, which results in `AttributeError: 'NoneType' object has no attribute 'project_name'`.
    a84fc7a2
    clean up pip-pop in the `not silent` case
    Chad Whitacre authored
    The extraneous `format` call is harmless in itself, but it's possible for `requirement.req` to be `None` here, which results in `AttributeError: 'NoneType' object has no attribute 'project_name'`.
Loading