-
Notifications
You must be signed in to change notification settings - Fork 229
pygmt.config doesn't work with values that have whitespaces #2298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Actually, whitespaces are allowed in Here is a better example:
The default value of The error message is:
|
Here is another example showing the bug:
The error message is:
The test is modified from the existing test pygmt/pygmt/tests/test_config.py Line 68 in b8ac1f8
|
Description of the problem
Some GMT defaults can accept values that have whitespaces. For example,
FORMAT_TIME_STAMP
's default value is%Y %b %d %H:%M:%S
.See the example below.
pygmt.config
doesn't work with values that contain whitespaces. We need to do some work like #1487.Minimal Complete Verifiable Example
Full error message
System information
The text was updated successfully, but these errors were encountered: