Commit e562053d authored by K.-Michael Aye's avatar K.-Michael Aye Committed by Stuart Sides
Browse files

Update isis3VarInit.py (#3392)

fix paste bug
parent 41dc813d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ set -gx ISIS3TESTDATA {}
    a.write(script)
print("Wrote " + activate_vars_fish)

with open(deactivate_vars_csh, mode="w") as d:
with open(deactivate_vars_fish, mode="w") as d:
    script = """#!/bin/sh
set -e ISISROOT
set -e ISIS3DATA