python issue?

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
oo_processing
Posts: 304
Joined: Wed Apr 06, 2005 12:11 pm America/New_York
Answers: 0
Has thanked: 6 times

python issue?

by oo_processing » Wed Jan 04, 2017 2:37 pm America/New_York

Ah, so the POTUS June 8 directive somehow became the NASA Christmas directive.... :razz:

Having said that :eek: , is there some way to ensure that the manual changes that I make to scripts like anc_utils.py or configurations I change in L1B_template.pcf are not overwritten with every git update?

Happy New Years!

Tags:

OB.DAAC - SeanBailey
User Services
User Services
Posts: 1470
Joined: Wed Sep 18, 2019 6:15 pm America/New_York
Answers: 1
Been thanked: 5 times

python issue?

by OB.DAAC - SeanBailey » Wed Jan 04, 2017 3:10 pm America/New_York

"Per the issuance of this Memorandum, all publicly accessible Federal websites must meet the HTTPS-Only Standard by December 31st of 2016."

> ...is there some way to ensure that the manual changes that I make...not overwritten with every git update?


Create a branch and commit your changes to it:

git checkout -b "my-spiffy-new-code" v7.3
git add <files I changed>
git commit


Sean

Post Reply