Stash cancel

Former-commit-id: 6ad957ee4c34ad2f4df065a84d127bef5c87da99
This commit is contained in:
corebreaker 2017-07-21 17:15:04 +03:00
parent 9777490822
commit d379e753b6

View File

@ -46,7 +46,7 @@ func (dal *tDjangoAssetLoader) Get(path string) (io.Reader, error) {
}
res, err := dal.assetGet(path)
if err {
if err != nil {
return nil, err
}