File tree Expand file tree Collapse file tree
src/features/qualifiers/ec2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -880,9 +880,9 @@ function readCloudInstancesDB(::Type{<:AmazonEC2})
880880
881881 database_path = @get_scratch! (" database_path" )
882882 machinetypedb_ec2_url = " https://raw.githubusercontent.com/PlatformAwareProgramming/PlatformAware.jl/aws_ec2/src/features/qualifiers/ec2/db-machinetypes.ec2.csv"
883- # machinetypedb_ec2_fname = joinpath(database_path,basename(machinetypedb_ec2_url))
884- machinetypedb_ec2_fname = " /home/heron/Dropbox/Copy/ufc_mdcc_hpc/PlatformAware/PlatformAware.jl/src/features/qualifiers/ec2/db-machinetypes.ec2.csv"
885- # try_download(machinetypedb_ec2_url, machinetypedb_ec2_fname)
883+ machinetypedb_ec2_fname = joinpath (database_path,basename (machinetypedb_ec2_url))
884+ # machinetypedb_ec2_fname = "/home/heron/Dropbox/Copy/ufc_mdcc_hpc/PlatformAware/PlatformAware.jl/src/features/qualifiers/ec2/db-machinetypes.ec2.csv"
885+ try_download (machinetypedb_ec2_url, machinetypedb_ec2_fname)
886886 machinetype_dict_ec2 = readDB2 (machinetypedb_ec2_fname)
887887
888888 return machinetype_dict_ec2
You can’t perform that action at this time.
0 commit comments