Skip to content

Commit 23194fb

Browse files
committed
removed verbosity in correct_event script and fixed Warning msg in EventStream save() method
1 parent bc7c881 commit 23194fb

23 files changed

+3
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ build
1515
dist
1616

1717
_build
18-
TODO
18+
TODO
19+
atacr_download_data_xml.py

obstools/atacr/classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ def save(self, filename):
20952095
20962096
"""
20972097

2098-
if hasattr(self, 'correct'):
2098+
if not hasattr(self, 'correct'):
20992099
print("Warning: saving EventStream object before having done " +
21002100
"the corrections")
21012101

-1.65 MB
Binary file not shown.
-1.65 MB
Binary file not shown.
-1.65 MB
Binary file not shown.
-1.65 MB
Binary file not shown.
-1.65 MB
Binary file not shown.
-1.65 MB
Binary file not shown.
-1.65 MB
Binary file not shown.
-1.65 MB
Binary file not shown.

0 commit comments

Comments
 (0)