graphite-project / carbon

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
1 occurrence in this check
One-line docstring should fit on one line with quotes
 16    self.enableRotation = settings.ENABLE_LOGROTATION
 17
 18  def _openFile(self):
 19    """ 20    Fix Umask Issue https://twistedmatrix.com/trac/ticket/7026
 21    """
 22    openMode = self.defaultMode or 0o777