Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C CalcyteJS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • eResearch
  • CalcyteJS
  • Issues
  • #5
Closed
Open
Issue created Aug 02, 2018 by Mike Lake@950654Owner

Suppress message; mkdir: path already exists

Running this:

$ ./calcyfy -g test_data_mrl/Glop_Pot/CATALOG.json 
Generating html from exsiting CATALOG.json file 
mkdir: path already exists: /home/mlake/git/CalcyteJS/test_data_mrl/Glop_Pot/metadata

To remove the message about an existing path use the -p option to mkdir like this:

shell.mkdir('-p', path.join(dir, 'metadata'))

Assignee
Assign to
Time tracking