Received: from mail.netlandish.com (mail.netlandish.com [174.136.98.166]) by code.netlandish.com (Postfix) with ESMTP id B688E81250 for <~petersanchez/public-inbox@lists.code.netlandish.com>; Wed, 18 Oct 2023 20:12:49 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=209.85.219.170; helo=mail-yb1-f170.google.com; envelope-from=peter@netlandish.com; receiver= Authentication-Results: mail.netlandish.com; dkim=pass (1024-bit key; unprotected) header.d=netlandish.com header.i=@netlandish.com header.b=MDFmB528 Received: from mail-yb1-f170.google.com (mail-yb1-f170.google.com [209.85.219.170]) by mail.netlandish.com (Postfix) with ESMTP id 00D84152E8A for <~petersanchez/public-inbox@lists.code.netlandish.com>; Wed, 18 Oct 2023 20:12:48 +0000 (UTC) Received: by mail-yb1-f170.google.com with SMTP id 3f1490d57ef6-d852b28ec3bso8221220276.2 for <~petersanchez/public-inbox@lists.code.netlandish.com>; Wed, 18 Oct 2023 13:12:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netlandish.com; s=google; t=1697659968; x=1698264768; darn=lists.code.netlandish.com; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=GwYs7PVPmVF9Q4r/El96EBYEAGWzQD91OOC/Jg2Rhmc=; b=MDFmB528f3Jd9PF6LAi1LnZdHA+WqB8zjVVTVFAqOhnkbBZL2LeOBBUyk7FtNwM2kz DxYScPr6Fm+zgD72AAKQZ0QO64V2TC4/uerQv65b8of0/RPwgiYY6PvOSoTuMV+tOuYl wJzCwShWbpSC1gZ2Tvn8YqVar8/jEbJm4mzlQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697659968; x=1698264768; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=GwYs7PVPmVF9Q4r/El96EBYEAGWzQD91OOC/Jg2Rhmc=; b=u2BjVMUg8sPjqpDyfj17G1lntn9banSg7r3vlFdL3yfZSFptdT5Dja+/kbNPz1gg1P 8++aHfSCes6I71tp4UUaujHkA+9l0kN2cZuocpGmy+cTN1aoOv3ZoLnvG+kLSuWQ5pxg z1P0VT/6f9Cv4mtQV/cygY/2lt6PrF6KrKmAFu6h2lg2jf/S3HL7nn+5WiNR82zm2bVR ChbQQvdeEtl3ECXn6j5mhdVFIfI0fzRQGbvf5LsUY5jYoqtPRET+hohqxZZLYZaHNrof Z+gbKgXBHv7SJZQfyM17xbtKAkb4QfybXU/TUSAhc3/WVYam4K0CMOVwH2WZdYVqJw8w 96ZQ== X-Gm-Message-State: AOJu0YxHq1qS31UuZ0rxrNGyBatemFzpB8JUl6nOg1X8KeXWKVva/MKM jKqrPhhFngZiaHuJTWpXkZwhkOeq X-Google-Smtp-Source: AGHT+IH4FaLD4I10JR+3CV3KDVjnifjXw3SKijupW0aRGs23utvw/rF/x1T79Yp3zfKgzr/eXOgkrQ== X-Received: by 2002:a25:a36a:0:b0:d9a:3a5d:a7aa with SMTP id d97-20020a25a36a000000b00d9a3a5da7aamr489808ybi.24.1697659967922; Wed, 18 Oct 2023 13:12:47 -0700 (PDT) Received: from localhost (94-125-212-190.enitel.net.ni. [190.212.125.94]) by smtp.gmail.com with ESMTPSA id 199-20020a250dd0000000b00d995a8b956csm1550654ybn.51.2023.10.18.13.12.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Oct 2023 13:12:47 -0700 (PDT) Date: Wed, 18 Oct 2023 14:12:46 -0600 From: Peter Sanchez To: Matt Klein Cc: ~petersanchez/public-inbox@lists.code.netlandish.com Subject: Re: [PATCH django-impersonate] Ensure an impersonation session is marked as ended if it's timed out Message-ID: <20231018201246.oxarujz2tdu7kgfi@thinkpad.my.domain> X-PGP-Key: https://petersanchez.com/publickey.txt X-Sourcehut-Patchset-Update: NEEDS_REVISION References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Matt, thanks for the second patch. Unfortunately it doesn't apply. It looks like you may be trying to submit it directly from a parent repo which you've included the impersonate code into. The error is: `unable to find 'vendor/django-impersonate-1.9.1/impersonate/views.py' for patching` There is no `vendor` directory in the repo. If you can clone the main repo, make your changes, and resubmit the patch it should apply cleanly. Thanks, Peter