[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49813] [PATCH 28/34] gnu: python-robotframework-sshlibrary: Fix reg
From: |
Sarah Morgensen |
Subject: |
[bug#49813] [PATCH 28/34] gnu: python-robotframework-sshlibrary: Fix regex in FIND-FILES invocation. |
Date: |
Sun, 1 Aug 2021 20:27:22 -0700 |
See <https://issues.guix.gnu.org/37150> for more information.
* gnu/packages/python-xyz.scm
(python-robotframework-sshlibrary)[arguments]: Fix regex.
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 61db9febb8..6484658c82 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -106,6 +106,7 @@
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
+;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -4429,7 +4430,7 @@ utility, a static analysis tool (linter) for Robot
Framework source files.")
(invoke "chmod" "-R" "+w" "docs")
(invoke "invoke" "kw-docs" "project-docs")
(mkdir-p doc)
- (for-each delete-file (find-files "docs" "\\.rst"))
+ (for-each delete-file (find-files "docs" "\\.rst$"))
(copy-recursively "docs" doc)
#t)))
(replace 'check
--
2.31.1
- [bug#49813] [PATCH 16/34] gnu: guile-ac-d-bus: Fix regex in FIND-FILES invocation., (continued)
- [bug#49813] [PATCH 16/34] gnu: guile-ac-d-bus: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 19/34] gnu: kaldi: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 18/34] gnu: python-libsvm: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 21/34] gnu: tensorflow: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 22/34] gnu: sendmail: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 20/34] gnu: kaldi-gstreamer-server: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 23/34] gnu: scotch: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 25/34] gnu: hypre: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 27/34] gnu: john-the-ripper-jumbo: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 26/34] gnu: qtpass: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 28/34] gnu: python-robotframework-sshlibrary: Fix regex in FIND-FILES invocation.,
Sarah Morgensen <=
- [bug#49813] [PATCH 24/34] gnu: atlas: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 30/34] gnu: aegis: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 29/34] gnu: python-cram: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 31/34] gnu: bullet: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 34/34] gnu: rtags: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 33/34] gnu: alpine: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 32/34] gnu: shogun: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/01
- [bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation., Sarah Morgensen, 2021/08/28