diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2020-05-22 13:09:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-22 13:09:59 +0200 |
| commit | 8d26ba77b13fe86ef8be11bfb0410c0bfd4616ae (patch) | |
| tree | 397a7284cc5330db271191064c9d6a23c2f206a1 /test/utils/testset.py | |
| parent | 65ab7b8ce226c37be4e22190e16a86fa9bb9c37f (diff) | |
| parent | 31ccf59f9140ae62a568787a109bbeb57259acb6 (diff) | |
| download | miasm-8d26ba77b13fe86ef8be11bfb0410c0bfd4616ae.tar.gz miasm-8d26ba77b13fe86ef8be11bfb0410c0bfd4616ae.zip | |
Merge pull request #1232 from serpilliere/fix_tipo
Fix tipo
Diffstat (limited to 'test/utils/testset.py')
| -rw-r--r-- | test/utils/testset.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/utils/testset.py b/test/utils/testset.py index eee0e6f7..2bdb7450 100644 --- a/test/utils/testset.py +++ b/test/utils/testset.py @@ -203,7 +203,7 @@ class TestSet(object): try: os.remove(product) except OSError: - print("Cleanning error: Unable to remove %s" % product) + print("Cleaning error: Unable to remove %s" % product) def add_additional_args(self, args): """Add arguments to used on the test command line |