Changeset 38765


Ignore:
Timestamp:
2024-02-21T22:59:25+13:00 (4 months ago)
Author:
jc550
Message:

add code used to generate graph in poster

Location:
other-projects/metadata-encoding/py
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/metadata-encoding/py/xRefToMongo-v2.py

    r38633 r38765  
    213213        output_dirname = db_connection_or_output_dir
    214214        if not os.path.exists(output_dirname):
    215             logging.critical("Output directory does not exists: " + output_dirname);
     215            logging.critical("Output directory does not exists: " + output_dirname)
    216216            sys.exit(1)
    217217
Note: See TracChangeset for help on using the changeset viewer.