Skip to content

Commit

Permalink
Remove unnecessarily escaped quote characters
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 5, 2024
1 parent 4d3d62b commit 55d7ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion satpy/tests/reader_tests/test_hy2_scat_l2b_h5.py
Expand Up @@ -330,7 +330,7 @@ def _get_global_attrs(self, num_rows, num_cols):
"/attr/Platform_LongName": "Haiyang 2B Ocean Observing Satellite",
"/attr/Platform_ShortName": "HY-2B",
"/attr/Platform_Type": "spacecraft",
"/attr/Producer_Agency": "Ministry of Natural Resources of the People\'s Republic of China",
"/attr/Producer_Agency": "Ministry of Natural Resources of the People's Republic of China",
"/attr/Producer_Institution": "NSOAS",
"/attr/Production_Date_Time": "20200326T06:23:10",
"/attr/Range_Beginning_Time": "20200326T01:11:07",
Expand Down
2 changes: 1 addition & 1 deletion satpy/writers/awips_tiled.py
Expand Up @@ -1824,7 +1824,7 @@ def main():
group_2.add_argument("--letters", dest="lettered_grid", action="store_true",
help="Create tiles from a static letter-based grid based on the product projection")
group_2.add_argument("--letter-subtiles", nargs=2, type=int, default=(2, 2),
help="Specify number of subtiles in each lettered tile: \'row col\'")
help="Specify number of subtiles in each lettered tile: 'row col'")
group_2.add_argument("--output-pattern", default=DEFAULT_OUTPUT_PATTERN,
help="output filenaming pattern")
group_2.add_argument("--source-name", default="SSEC",
Expand Down

0 comments on commit 55d7ed2

Please sign in to comment.