Skip to content
Snippets Groups Projects
Commit 264c4269 authored by Kien Le's avatar Kien Le
Browse files

flake8

parent 1f98d9db
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ if __name__ == '__main__':
os.chdir('/Users/kle/PycharmProjects/sohstationviewer')
app = QtWidgets.QApplication(sys.argv)
data_path = '/Users/kle/PycharmProjects/sohstationviewer/tests/test_data/Q330-sample'
data_path = '/Users/kle/PycharmProjects/sohstationviewer/tests/test_data/Q330-sample' # noqa: E501
# data_path = '/Users/kle/Documents/SOHView data/Q330/Q330_5281.sdr'
data = MSeed(QtWidgets.QTextBrowser(), data_path)
......
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