Skip to content
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

mblist command doesn't like filenames with spaces #1102

Open
asmith26 opened this issue Jun 4, 2020 · 0 comments
Open

mblist command doesn't like filenames with spaces #1102

asmith26 opened this issue Jun 4, 2020 · 0 comments

Comments

@asmith26
Copy link

asmith26 commented Jun 4, 2020

Describe the bug
Running the mblist command doesn't seem to like filenames with whitespace.

To Reproduce

mblist -I my_data.gsf    # works fine (when the filename uses an underscore instead of a whitespace)
mblist -I "my data.gsf"  # yields below error
mblist -I my\ data.gsf   # yields below error

Error:

MBIO Error returned from function <mb_read_init>:
Illegal format identifier, initialization failed

Multibeam File <my> not initialized for reading

Program <MBLIST> Terminated

Computing context (please complete the following information):

  • OS: Linux/Ubuntu 16.04
  • MB-system Version: 5.7.6beta26
  • GMT version: 6.0.0

Additional context
I thought I'd raise this in case I'm doing something wrong. Many thanks for any help and this library :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant