StAMPS preprocessor and stackprocessors minor modification (#309)

* Excess backslash on the slc_stack_path variable

* Removed unused imp library

* Removed unused imp library

* Removed unused imp library

* Fixed spacing on the datetime library

* Fixed spacing on the datetime library

* Removed unused imp library and fixed spacing on the datetime library

* Removed unused imp library and fixed spacing on the datetime library

* Removed unused imp library

* Removed unused imp library

* Fixed spacing on the datetime library
LT1AB
Bryan Marfito 2021-07-21 13:16:55 +08:00 committed by GitHub
parent 36b6cdff06
commit 0fab300464
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 13 deletions

View File

@ -2,7 +2,7 @@
#Author: Heresh Fattahi #Author: Heresh Fattahi
import os, imp, sys, glob import os, sys, glob
import argparse import argparse
import configparser import configparser
import datetime import datetime

View File

@ -2,7 +2,7 @@
# Author: Heresh Fattahi # Author: Heresh Fattahi
import os, imp, sys, glob import os, sys, glob
import argparse import argparse
import configparser import configparser
import datetime import datetime

View File

@ -2,7 +2,7 @@
#Author: Heresh Fattahi #Author: Heresh Fattahi
import os, imp, sys, glob import os, sys, glob
import argparse import argparse
import configparser import configparser
import datetime import datetime

View File

@ -2,7 +2,7 @@
#Author: Heresh Fattahi #Author: Heresh Fattahi
import os, imp, sys, glob import os, sys, glob
import argparse import argparse
import configparser import configparser
import datetime import datetime

View File

@ -3,7 +3,7 @@
#Author: Heresh Fattahi #Author: Heresh Fattahi
#Copyright 2016 #Copyright 2016
###################### ######################
import os, imp, sys, glob import os, sys, glob
import argparse import argparse
import configparser import configparser
import datetime import datetime

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
######################## ########################
import os, imp, sys, glob import os, sys, glob
import argparse import argparse
import configparser import configparser
import datetime import datetime

View File

@ -6,7 +6,7 @@
####################### #######################
import os, imp, sys, glob import os, sys, glob
import argparse import argparse
import configparser import configparser
import datetime import datetime

View File

@ -89,7 +89,7 @@ if (( "$slc_stack_path" == "" ) || ( "$reference_date" == "" ) || ( "$lambda" ==
endif endif
# make sure the slash is added in case the variable is not empty # make sure the slash is added in case the variable is not empty
set slc_stack_path = `echo ${slc_stack_path}/` set slc_stack_path = `echo ${slc_stack_path}`
echo echo
echo ------------------------------- echo -------------------------------
echo Stack path is: $slc_stack_path echo Stack path is: $slc_stack_path