Skip to content

Commit

Permalink
Fix nasa#72 - Change pickle load based on CCB feedback
Browse files Browse the repository at this point in the history
Other fixes as necessary
  • Loading branch information
lbleier-GSFC committed Jun 17, 2020
1 parent ab90c9b commit a4c9aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
*.pyc
cmdUtil
.DS_Store
.DS_Store
1 change: 1 addition & 0 deletions Subsystems/cmdGui/HTMLDocsParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

import glob
import pickle
import re
Expand Down

0 comments on commit a4c9aae

Please sign in to comment.