Commit Graph
26 Commits
Author SHA1 Message Date
Christian ClaussandGitHub 558efebbff Update genbook.py 2020-09-28 01:03:30 +02:00
Christian ClaussandGitHub 1eaee6a0a8 Old style exceptions are syntax errors in Python 3
Switch to new style exceptions which work on both Python 2 and Python 3.
2020-09-28 01:00:21 +02:00
Christian ClaussandGitHub 3f644ddfd6 print() is a function in Python since 1/1/2020 2020-09-28 00:49:21 +02:00
Christian ClaussandGitHub 08bdacf476 Fix Python syntax error: add a comma
Discovered by flake8 running in our GitHub Action
2020-09-28 00:39:57 +02:00
Christian ClaussandGitHub 109261bdc0 GitHub Action test on both Python 2 and Python 3 2020-09-28 00:36:25 +02:00
Christian ClaussandGitHub ce8538a2ca Remove the unused rename_key() method 2020-01-23 13:24:45 +01:00
Christian ClaussandGitHub b35f777580 Focus only on legacy Python for now 2020-01-20 15:23:19 +01:00
Christian ClaussandGitHub 0895aeb323 Undefined name: from ignoblekeygen import generate_key 2020-01-20 15:17:06 +01:00
Christian ClaussandGitHub eddbefcf91 Undefined name: strip(uuidnum) --> uuidnum.strip() 2020-01-20 15:11:14 +01:00
Christian ClaussandGitHub 0955713cd6 Undefined name: errlog = '' 2020-01-20 14:58:03 +01:00
Christian ClaussandGitHub 4e26b9d4e7 Undefined name: errlog = '' 2020-01-20 14:55:42 +01:00
Christian ClaussandGitHub 8c08c67aa8 Undefined name: import zipfix 2020-01-20 14:47:04 +01:00
Christian ClaussandGitHub 90335bb925 Undefined name: Define RegError 2020-01-20 14:41:29 +01:00
Christian ClaussandGitHub a10d9a617f Undefined name: Error() --> ValueError() 2020-01-20 14:34:56 +01:00
Christian ClaussandGitHub 7edebeef0d import erdr2pml, ineptpdf, k4mobidedrm 2020-01-20 14:33:16 +01:00
Christian ClaussandGitHub e35b37c4f4 Undefined name: from .convert2xml import encodeNumber 2020-01-20 14:29:03 +01:00
Christian ClaussandGitHub 1fd972ee17 Identity is not the same thing as equality in Python 2020-01-20 13:54:20 +01:00
Christian ClaussandGitHub 616548a9a8 Undefined name: import traceback for line 70 2020-01-20 13:52:54 +01:00
Christian ClaussandGitHub e4c1a09d45 Undefined name: import traceback 2020-01-20 13:49:02 +01:00
Christian ClaussandGitHub 89cf29cb78 flake8 . --builtins=_,I 2020-01-20 13:46:20 +01:00
Christian ClaussandGitHub c74f4b20d3 Undefined name: from datetime import datetime 2020-01-20 13:45:36 +01:00
Christian ClaussandGitHub ae703e523c flake8 . --builtins=_ 2020-01-20 13:41:14 +01:00
Christian ClaussandGitHub 48dac14218 builtins=_ 2020-01-20 13:39:27 +01:00
Christian ClaussandGitHub 798a7f9c8e GitHub Action: There is no requirements.txt 2020-01-20 13:35:10 +01:00
Christian ClaussandGitHub 952b7fa7c0 GitHub Actions: Lint and test our Python code 2019-12-17 08:51:25 +01:00
cclauss 5bb6b58bc1 Use print() function in both Python 2 and Python 3
Legacy __print__ statements are syntax errors in Python 3 but __print()__ function works as expected in both Python 2 and Python 3.
2019-06-24 18:49:38 +02:00