Skip to content
Snippets Groups Projects
Commit 44807827 authored by Omid Hosseini's avatar Omid Hosseini
Browse files

Fix linting issues

parent 19d84fa2
No related branches found
No related tags found
1 merge request!29Resolve "Fix Python integer 2000 out of bounds for uint8"
Pipeline #4262 passed with stage
in 1 minute and 18 seconds
......@@ -128,7 +128,6 @@ class TestArgsFunctions(unittest.TestCase):
self.assertEqual(mock_makedirs.call_count, 1)
mock_makedirs.assert_called_with(self.logs_dir)
def test_get_args_logs_dir_oserror(self):
"""
Test basic functionality of get_args - when the LOGS directory is not
......@@ -157,7 +156,6 @@ class TestArgsFunctions(unittest.TestCase):
mock_makedirs.assert_any_call(self.output_dir)
mock_makedirs.assert_any_call(self.logs_dir)
def test_get_args_mseed_dir_oserror(self):
"""
Test basic functionality of get_args - when the MSEED directory is not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment