[med-svn] [Git][med-team/python-pauvre][master] p/redwood.py: fixed what looks like a typo

Étienne Mollier gitlab at salsa.debian.org
Sat Apr 25 16:57:35 BST 2020



Étienne Mollier pushed to branch master at Debian Med / python-pauvre


Commits:
2d413a6b by Etienne Mollier at 2020-04-25T17:56:59+02:00
p/redwood.py: fixed what looks like a typo

- - - - -


2 changed files:

- debian/patches/series
- + debian/patches/typo-redwood.patch


Changes:

=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 2to3.patch
+typo-redwood.patch


=====================================
debian/patches/typo-redwood.patch
=====================================
@@ -0,0 +1,24 @@
+Description: p/redwood.py: fixed what looks like a typo
+ this typo issued the following message during byte-compilation:
+ .
+  byte-compiling /mnt/data/emollier/debian/python-pauvre/debian/python3-pauvre/usr/lib/python3.8/dist-packages/pauvre/redwood.py to redwood.cpython-38.pyc
+    File "/usr/lib/python3.8/dist-packages/pauvre/redwood.py", line 706
+      ifargs.BASENAME is None:
+                             ^
+  SyntaxError: invalid syntax
+Author: Etienne Mollier <etienne.mollier at mailoo.org>
+Bug: https://github.com/conchoecia/pauvre/pull/39
+Last-Update: 2020-04-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- python-pauvre.orig/pauvre/redwood.py
++++ python-pauvre/pauvre/redwood.py
+@@ -703,7 +703,7 @@
+     end = time.time()
+     print(end - start)
+     # Print image(s)
+-    ifargs.BASENAME is None:
++    if args.BASENAME is None:
+         file_base = "redwood"
+     else:
+         file_base = args.BASENAME



View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/commit/2d413a6bdfebec8c34cd6ab078e1137bac12e184

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-pauvre/-/commit/2d413a6bdfebec8c34cd6ab078e1137bac12e184
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200425/33d028ce/attachment-0001.html>


More information about the debian-med-commit mailing list