Kaydet (Commit) c512be0b authored tarafından Jack Jansen's avatar Jack Jansen

Sometimes tried to modify a tuple. Fixed.

üst 73d203fb
......@@ -170,6 +170,7 @@ class CfmFile(ResourceCollection, FragmentResource):
def mergecfmfiles(inputs, output):
# Convert inputs/outputs to fsspecs
inputs = map(None, inputs)
for i in range(len(inputs)):
if type(inputs[i]) == type(''):
inputs[i] = macfs.FSSpec(inputs[i])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment