Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.cmdline beat.cmdline
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 22
    • Issues 22
    • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.cmdlinebeat.cmdline
  • Issues
  • #33
Closed
Open
Issue created May 27, 2018 by Jaden DIEFENBAUGH@jdiefenbaughContributor

`edit` command fails with "File does not exist"

I wanted to update my slides to use the new edit subcommand, but trying to use beat <entity> edit <name> fails for everything I've tried.

I tried

beat exp edit test/test/iris/1/iris

and I get:

File does not exist: /home/jae/code/beat.editor/prefix/experiments/test/test/iris/1/iris.json

However, cating that absolute path works:

cat /home/jae/code/beat.editor/prefix/experiments/test/test/iris/1/iris.json

prints the file contents.

Same thing with beat alg edit test/iris_analyzer/1, giving:

File does not exist: /home/jae/code/beat.editor/prefix/algorithms/test/iris_analyzer/1.py

and beat lib edit plot/baselib/1 giving:

File does not exist: /home/jae/code/beat.editor/prefix/libraries/plot/baselib/1.py

All of these files do actually exist and cating them using that given file path works.

@flavio.tarsetti @samuel.gaist

Assignee
Assign to
Time tracking