Skip to content

Commit

Permalink
Dont pass executables as files
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jul 13, 2023
1 parent 8627a88 commit 4d688f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/plotting/pycbc_page_versioning
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ pycbc results pages
import argparse, logging
import pycbc.version
from pycbc import init_logging
from pycbc.results import save_fig_with_metadata, html_escape, get_library_version_info, get_code_version_numbers
from pycbc.results import (save_fig_with_metadata, html_escape,
get_library_version_info, get_code_version_numbers)

parser = argparse.ArgumentParser()
parser.add_argument('--version', action="version",
Expand Down

0 comments on commit 4d688f5

Please sign in to comment.