Kalanyr / gogrepoc

Python-based tool for downloading all your GOG.com game and bonus collections to your local computer for full offline enjoyment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import fails

ohjays opened this issue · comments

22:01:37 | loading local manifest...
22:01:38 | collecting md5 data out of the manifest
22:01:38 | fatal...
Traceback (most recent call last):
File "/mnt/usb/gog/games - gog/downloader/gogrepoc.py", line 2777, in
main(process_argv(sys.argv))
File "/mnt/usb/gog/games - gog/downloader/gogrepoc.py", line 2558, in main
cmd_import(args.src_dir, args.dest_dir,args.os,args.lang,args.skipextras,args.skipids,args.ids,args.skipgalaxy,args.skipstandalone,args.skipshared)
File "/mnt/usb/gog/games - gog/downloader/gogrepoc.py", line 1452, in cmd_import
if game_item.md5 is not None:
UnboundLocalError: local variable 'game_item' referenced before assignment

looks good, thanks

Fixed