~milo/lava-tool/lava-167

« back to all changes in this revision

Viewing changes to lava/device/commands.py

  • Committer: Milo Casagrande
  • Date: 2013-06-13 13:04:49 UTC
  • Revision ID: milo@ubuntu.com-20130613130449-2p9b017y0w77ccv1
Fixed one test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
229
229
        else:
230
230
            raise CommandError("Cannot edit file '{0}' at: {1}. It does not "
231
231
                               "exist or it is not a "
232
 
                               "file.".format(real_file_name,
233
 
                                              os.path.dirname(device_conf)))
 
232
                               "file.".format(real_file_name, device_conf))