Commit eb7ce5a1 authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Removing newline from isotope names

parent a6f4f171
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -258,6 +258,7 @@ class PyGriffin:
                    isotope = isotope[:isotope.find('\\')]
                isotope = isotope.replace('"', '')
                isotope = isotope.replace('\'', '')
                isotope = isotope.rstrip('\n')
                isotopes.append(isotope)

        return material_name, isotopes