octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55102] gunzip/bunzip2 error with cell array o


From: Guillaume
Subject: [Octave-bug-tracker] [bug #55102] gunzip/bunzip2 error with cell array of strings input
Date: Mon, 26 Nov 2018 06:39:30 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?55102>

                 Summary: gunzip/bunzip2 error with cell array of strings
input
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Mon 26 Nov 2018 11:39:29 AM UTC
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

If gunzip/bunzip2 is called with a single argument consisting of a cell array
of strings, an error occurs when determining the output directory:


>> f = gunzip ({"a/a.txt.gz", "b/b.txt.gz"})
error: fileparts: FILENAME must be a single string
error: called from
    fileparts at line 35 column 5
    gunzip at line 43 column 9


When an output directory is not specified, the output files should be written
to the same directory as the input files (which can vary from file to file).




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55102>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]