We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acae80d commit c74ec04Copy full SHA for c74ec04
gudpy/test/test_gudpy_io.py
@@ -759,10 +759,7 @@ def testLoadGudrunFile(self):
759
def testWriteGudrunFile(self):
760
self.g.write_out(overwrite=True)
761
with open(
762
- os.path.join(
763
- self.g.instrument.GudrunInputFileDir,
764
- self.g.outpath
765
- ),
+ self.g.path,
766
encoding="utf-8"
767
) as f:
768
outlines = "\n".join(f.readlines()[:-5])
@@ -851,10 +848,7 @@ def testRewriteGudrunFile(self):
851
848
"copyGF.txt"
852
849
)
853
850
g1 = GudrunFile(
854
855
856
857
858
format=Format.TXT
859
860
g1.instrument.GudrunInputFileDir = self.g.instrument.GudrunInputFileDir
0 commit comments