unexpected error on joining srs with srr file

Issue #97 resolved
Former user created an issue

Tried to create a complete srr from Rel Weinberg.S01E03.GERMAN.HDTV.x264-ACED with pyrescene.py --best -d . command

Traceback (most recent call last):
  File "C:\pyrescene\bin\windows\..\pyrescene.py", line 1633, in <module>
    sys.exit(main())
  File "C:\pyrescene\bin\windows\..\pyrescene.py", line 1526, in main
    result = generate_srr(reldir, working_dir, options, mthread)
  File "C:\pyrescene\bin\windows\..\pyrescene.py", line 797, in generate_srr
    copied_files.append(copy_to_working_dir(working_dir, reldir, nfo))
  File "C:\pyrescene\bin\windows\..\pyrescene.py", line 481, in copy_to_working_
dir
    dest_file = os.path.join(cpath, inputfn)
  File "C:\Python33\lib\ntpath.py", line 163, in join
    if path[-1:] in seps:
TypeError: 'in <string>' requires string as left operand, not tuple

Comments (1)

  1. Log in to comment