diff options
author | Tim Burke <tim.burke@gmail.com> | 2022-04-08 20:29:20 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2022-04-08 20:29:20 -0700 |
commit | 2884a6b882d1c893816116d7c5330e8b4face569 (patch) | |
tree | bcc7a9a5a6a6793bbf34bced3b580de7b0fb8273 /pyeclib/core.py | |
parent | 836dc916f0a047380fbe5b4ce5cfa231330af28a (diff) | |
download | pyeclib-2884a6b882d1c893816116d7c5330e8b4face569.tar.gz |
Use hacking checks
Change-Id: I5ed0829d1124c813fb3457cf45152a0f175cebea
Diffstat (limited to 'pyeclib/core.py')
-rw-r--r-- | pyeclib/core.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyeclib/core.py b/pyeclib/core.py index 3fbbcd3..4c3d3a5 100644 --- a/pyeclib/core.py +++ b/pyeclib/core.py @@ -122,7 +122,7 @@ class ECPyECLibDriver(object): return required_fragments def min_parity_fragments_needed(self): - """ FIXME - fix this to return a function of HD """ + """FIXME - fix this to return a function of HD""" return 1 def get_metadata(self, fragment, formatted=0): |