Enhance tools/scan_for_updates.py
to also accept path to a PackageInfo.g file
#1024
Labels
good first issue
Good for newcomers
For local testing before a release is made, it would be nice if one could write
and then it takes the
PackageInfo.g
in that directory (or complains if it is missing) and imports that instead of downloading anything.Basically one could detect the case were there is a single argument that is a valid path to a directory containing a
PackageInfo.g
, and in that case skip most of themain
function and directly callimport_packages
which takes a list ofPackageInfo.g
paths as argument anyway.The text was updated successfully, but these errors were encountered: