Skip to content

Commit

Permalink
minor changeS
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Al-Saffar committed Apr 8, 2024
1 parent ab40443 commit 20ab980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/machineconfig/scripts/python/fire_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ def get_import_module_code(module_path: str):
if "-" in module_name or " " in module_name:
module_name = "IncorrectModuleName"
# TODO: use py_compile to check if the statement is valid code to avoid syntax errors that can't be caught.
print(module_path)
print(module_name)
print("*" * 100)
return f"from {module_name} import *"


Expand Down

0 comments on commit 20ab980

Please sign in to comment.